mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00: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:
parent
a7b1373990
commit
fb5b9818e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user