changed template language to german and rebuilt the site
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
baseURL = 'https://example.org/'
|
||||
locale = 'en-US'
|
||||
baseURL = 'https://tbn.aaronhosting.xyz/'
|
||||
locale = 'de-DE'
|
||||
title = 'My New Hugo Project'
|
||||
|
||||
[menus]
|
||||
|
||||
@@ -1 +1 @@
|
||||
<p>Copyright {{ now.Year }}. All rights reserved.</p>
|
||||
<p>Copyright {{ now.Year }}. Alle rechte vorbehalten.</p>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
|
||||
<time>{{ .Date.Format "Jan 2, 2006" }}</time>
|
||||
<p>{{ .Summary }}</p>
|
||||
<a href="{{ .Permalink }}">Read more →</a>
|
||||
<a href="{{ .Permalink }}">Mehr lesen</a>
|
||||
</article>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user