diff options
author | digitalcraftsman | 2017-09-07 22:01:10 +0200 |
---|---|---|
committer | digitalcraftsman | 2017-09-07 22:01:10 +0200 |
commit | e91b1383eea31bbf6f389506f7f87359b6b69d61 (patch) | |
tree | 9db19f347833e349e54f137d7740b861bbcfbccc /layouts/404.html | |
parent | 804cee4561a05f5723e30e77c07cf6352afee619 (diff) | |
download | hyde-e91b1383eea31bbf6f389506f7f87359b6b69d61.tar.lz hyde-e91b1383eea31bbf6f389506f7f87359b6b69d61.tar.zst hyde-e91b1383eea31bbf6f389506f7f87359b6b69d61.zip |
Fix url for Google fonts
Diffstat (limited to 'layouts/404.html')
-rw-r--r-- | layouts/404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html index 107267a..a919514 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,4 +1,4 @@ {{ 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> -{{-1 end }} \ No newline at end of file +{{- end }} \ No newline at end of file |