fixed some localisation errors and rebuilt the site

This commit is contained in:
2026-06-13 22:25:35 +02:00
parent 61647453c6
commit d7df580e73
7 changed files with 18 additions and 18 deletions
+3 -3
View File
@@ -19,10 +19,10 @@
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/">Home</a> <a href="/">Startseite</a>
</li> </li>
<li> <li>
<a href="/posts/">Posts</a> <a href="/posts/">Beiträge</a>
</li> </li>
</ul> </ul>
</nav> </nav>
@@ -37,7 +37,7 @@
</main> </main>
<footer> <footer>
<p>Copyright 2026. Alle rechte vorbehalten.</p> <p>Copyright 2026. Alle Rechte vorbehalten.</p>
</footer> </footer>
</body> </body>
+3 -3
View File
@@ -20,10 +20,10 @@
<nav> <nav>
<ul> <ul>
<li> <li>
<a aria-current="page" class="active" href="/">Home</a> <a aria-current="page" class="active" href="/">Startseite</a>
</li> </li>
<li> <li>
<a href="/posts/">Posts</a> <a href="/posts/">Beiträge</a>
</li> </li>
</ul> </ul>
</nav> </nav>
@@ -46,7 +46,7 @@ Außerdem möchte Wordpress einem ständig seine KI aufzwingen.</p></p>
</main> </main>
<footer> <footer>
<p>Copyright 2026. Alle rechte vorbehalten.</p> <p>Copyright 2026. Alle Rechte vorbehalten.</p>
</footer> </footer>
</body> </body>
+3 -3
View File
@@ -19,10 +19,10 @@
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/">Home</a> <a href="/">Startseite</a>
</li> </li>
<li> <li>
<a aria-current="page" class="active" href="/posts/">Posts</a> <a aria-current="page" class="active" href="/posts/">Beiträge</a>
</li> </li>
</ul> </ul>
</nav> </nav>
@@ -43,7 +43,7 @@ Außerdem möchte Wordpress einem ständig seine KI aufzwingen.</p>
</main> </main>
<footer> <footer>
<p>Copyright 2026. Alle rechte vorbehalten.</p> <p>Copyright 2026. Alle Rechte vorbehalten.</p>
</footer> </footer>
</body> </body>
+3 -3
View File
@@ -19,10 +19,10 @@
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/">Home</a> <a href="/">Startseite</a>
</li> </li>
<li> <li>
<a aria-current="true" class="ancestor" href="/posts/">Posts</a> <a aria-current="true" class="ancestor" href="/posts/">Beiträge</a>
</li> </li>
</ul> </ul>
</nav> </nav>
@@ -45,7 +45,7 @@ Außerdem möchte Wordpress einem ständig seine KI aufzwingen.</p>
</main> </main>
<footer> <footer>
<p>Copyright 2026. Alle rechte vorbehalten.</p> <p>Copyright 2026. Alle Rechte vorbehalten.</p>
</footer> </footer>
</body> </body>
+3 -3
View File
@@ -19,10 +19,10 @@
<nav> <nav>
<ul> <ul>
<li> <li>
<a href="/">Home</a> <a href="/">Startseite</a>
</li> </li>
<li> <li>
<a href="/posts/">Posts</a> <a href="/posts/">Beiträge</a>
</li> </li>
</ul> </ul>
</nav> </nav>
@@ -37,7 +37,7 @@
</main> </main>
<footer> <footer>
<p>Copyright 2026. Alle rechte vorbehalten.</p> <p>Copyright 2026. Alle Rechte vorbehalten.</p>
</footer> </footer>
</body> </body>
+2 -2
View File
@@ -4,12 +4,12 @@ title = 'My New Hugo Project'
[menus] [menus]
[[menus.main]] [[menus.main]]
name = 'Home' name = 'Startseite'
pageRef = '/' pageRef = '/'
weight = 10 weight = 10
[[menus.main]] [[menus.main]]
name = 'Posts' name = 'Beiträge'
pageRef = '/posts' pageRef = '/posts'
weight = 20 weight = 20
+1 -1
View File
@@ -1 +1 @@
<p>Copyright {{ now.Year }}. Alle rechte vorbehalten.</p> <p>Copyright {{ now.Year }}. Alle Rechte vorbehalten.</p>