Change theme

This commit is contained in:
Achilleas Pipinellis
2017-05-10 15:08:10 +02:00
parent 9b0d718a6e
commit df5505a66c
70 changed files with 5025 additions and 83 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 }}