dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_anatole
mirror of
https://github.com/lxndrblz/anatole.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix font color bug when switching to dark theme (#432)
Lorenzo Balzani
26.33.2023
2ede8810ec4f2d9dd06493eac73d690b0485894d
[external-software/github_gohugo_theme_anatole.git]
/
layouts
/
404.html
1
2
3
4
5
6
7
8
{{ define "main" }}
<div class="page_404">
<h1>404</h1>
<h2>{{ i18n "page_not_found" }}</h2>
<p>{{ i18n "page_does_not_exist" }}</p>
<p>{{ i18n "head_back" .Site.BaseURL | safeHTML }}</p>
</div>
{{ end }}