changed template language to german and rebuilt the site

This commit is contained in:
2026-06-13 22:20:14 +02:00
parent 048245fcaf
commit 61647453c6
14 changed files with 40 additions and 40 deletions
+2 -2
View File
@@ -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
View File
@@ -1 +1 @@
<p>Copyright {{ now.Year }}. All rights reserved.</p>
<p>Copyright {{ now.Year }}. Alle rechte vorbehalten.</p>
+1 -1
View File
@@ -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 }}