Switch to docsy hugo theme
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
{{ define "main" }}
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-12 col-lg-10 col-xl-8">
|
||||
<article>
|
||||
<h1 class="text-center">{{ i18n "404-title" }}</h1>
|
||||
<p class="text-center">{{ i18n "404-text" }}</p>
|
||||
</article>
|
||||
</div>
|
||||
{{ define "main" -}}
|
||||
<div class="td-content">
|
||||
<h1>Not found</h1>
|
||||
<p>Oops! This page doesn't exist. Try going back to the <a href="{{ "" | relURL }}">home page</a>.</p>
|
||||
<p>You can learn how to make a 404 page like this in <a href="https://gohugo.io/templates/404/">Custom 404 Pages</a>.</p>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{- end }}
|
||||
|
Reference in New Issue
Block a user