mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-09-29 07:49:00 +02:00
chore(pug): Update include paths to use .pug extension (#4848)
Previously, the include paths in pug.html.markdown were referencing .png files. This commit updates the paths to use .pug extensions for better clarity and consistency. - Updated include paths to point to .pug files - Ensures correct file references are used throughout the project
This commit is contained in:
@@ -158,13 +158,13 @@ case orderStatus
|
|||||||
//- <p class="warn">Your order is pending</p>
|
//- <p class="warn">Your order is pending</p>
|
||||||
|
|
||||||
//- --INCLUDE--
|
//- --INCLUDE--
|
||||||
//- File path -> "includes/nav.png"
|
//- File path -> "includes/nav.pug"
|
||||||
h1 Company Name
|
h1 Company Name
|
||||||
nav
|
nav
|
||||||
a(href="index.html") Home
|
a(href="index.html") Home
|
||||||
a(href="about.html") About Us
|
a(href="about.html") About Us
|
||||||
|
|
||||||
//- File path -> "index.png"
|
//- File path -> "index.pug"
|
||||||
html
|
html
|
||||||
body
|
body
|
||||||
include includes/nav.pug
|
include includes/nav.pug
|
||||||
|
Reference in New Issue
Block a user