summaryrefslogtreecommitdiffhomepage
path: root/de-de
diff options
context:
space:
mode:
authorAdaías Magdiel <adaiasmagdiell@gmail.com>2024-02-28 05:50:17 -0300
committerGitHub <noreply@github.com>2024-02-28 09:50:17 +0100
commitfb5b9818e18932d928eb43ae2e55ea77cd03bb3a (patch)
tree118ab6d7d1d29a2d01c4335bf796df9df2858b3d /de-de
parenta7b13739905a46403ca962357671afd033973454 (diff)
fix(de-de/pug): Fix file extension in section include (#4851)
Adjusting file paths in the German language file to match the updated Pug file names for consistency and clarity of the project structure. - Updated references from "index.png" to "index.pug" - Updated references from "includes/nav.png" to "includes/nav.pug"
Diffstat (limited to 'de-de')
-rw-r--r--de-de/pug-de.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/de-de/pug-de.html.markdown b/de-de/pug-de.html.markdown
index c86494ce..10172d6b 100644
--- a/de-de/pug-de.html.markdown
+++ b/de-de/pug-de.html.markdown
@@ -162,13 +162,13 @@ case bestellungsStatus
//- <p class="warn">Deine Bestellung steht noch aus</p>
//- --INCLUDE--
-//- File path -> "includes/nav.png"
+//- File path -> "includes/nav.pug"
h1 Firmenname
nav
a(href="index.html") Home
a(href="about.html") Über uns
-//- Dateipfad -> "index.png"
+//- Dateipfad -> "index.pug"
html
body
include includes/nav.pug