dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_hugo-coder
mirror of
https://github.com/luizdepra/hugo-coder.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed reference to old variable name (#103)
Philipp Rintz
16.43.2018
764b9ffef3bf05f8c6bea74cc2961e816527de1d
[external-software/github_gohugo_theme_hugo-coder.git]
/
layouts
/
partials
/
404.html
1
2
3
4
5
6
7
<section class="container centered">
<div class="error">
<h1>404</h1>
<h2>Page Not Found</h2>
<p>Sorry, this page does not exist.<br />You can head back to <a href="{{ .Site.BaseURL }}">homepage</a>.</p>
</div>
</section>