mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-17 12:10:52 +02:00
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"
This commit is contained in:
@@ -162,13 +162,13 @@ case bestellungsStatus
|
|||||||
//- <p class="warn">Deine Bestellung steht noch aus</p>
|
//- <p class="warn">Deine Bestellung steht noch aus</p>
|
||||||
|
|
||||||
//- --INCLUDE--
|
//- --INCLUDE--
|
||||||
//- File path -> "includes/nav.png"
|
//- File path -> "includes/nav.pug"
|
||||||
h1 Firmenname
|
h1 Firmenname
|
||||||
nav
|
nav
|
||||||
a(href="index.html") Home
|
a(href="index.html") Home
|
||||||
a(href="about.html") Über uns
|
a(href="about.html") Über uns
|
||||||
|
|
||||||
//- Dateipfad -> "index.png"
|
//- Dateipfad -> "index.pug"
|
||||||
html
|
html
|
||||||
body
|
body
|
||||||
include includes/nav.pug
|
include includes/nav.pug
|
||||||
|
Reference in New Issue
Block a user