Lanyon update

This commit is contained in:
Alexandre Vicenzi 2020-02-10 19:38:11 +01:00
parent a56b6f866f
commit 6283825517
28 changed files with 452 additions and 474 deletions

View file

@ -1,4 +1,7 @@
{{ define "main" -}}
<h1>404: Page not found</h1>
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="{{ .Site.BaseURL }}">Head back home</a> to try finding it again.</p>
{{- end }}
<h1>Page not found</h1>
<p class="lead">
Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
<a href="{{ .Site.BaseURL }}">Head back home</a> to try finding it again.
</p>
{{- end }}