Pages/Hugo template

This commit is contained in:
GitLab
2019-02-07 16:50:08 +01:00
committed by Lukas Eipert
commit 94817f7314
88 changed files with 6574 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{{ define "header" }}<!-- No header on 404 pages -->{{ end }}
{{ define "main" }}
<div role="main" class="container main-content">
<div class="text-center">
<h1>{{ i18n "pageNotFound" }}</h1>
<br/>
<img src="{{ .Site.BaseURL }}/img/404-southpark.jpg" />
</div>
</div>
{{ end }}