update assets location

This commit is contained in:
Henrique Dias
2016-06-16 17:08:10 +01:00
parent f9ae9f2619
commit 18afaeb093
23 changed files with 7 additions and 7 deletions

8
assets/dist/templates/error.tmpl vendored Normal file
View File

@@ -0,0 +1,8 @@
{{ define "content" }}
<main role="main" class="container browse error">
<h1>{{ .Title }}</h1>
<code>{{ .Message }}</code>
<p><strong>If this error persists contact us on <a href="https://gitter.im/hacdias/caddy-hugo">Gitter chat</a> or open an issue at <a href="https://github.com/hacdias/caddy-hugo/issues/new">GitHub</a>.</strong></p>
</main>
{{ end }}