mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00: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:
parent
d123cd4a5c
commit
d1d16b4a0d
@ -158,13 +158,13 @@ case orderStatus
|
||||
//- <p class="warn">Your order is pending</p>
|
||||
|
||||
//- --INCLUDE--
|
||||
//- File path -> "includes/nav.png"
|
||||
//- File path -> "includes/nav.pug"
|
||||
h1 Company Name
|
||||
nav
|
||||
a(href="index.html") Home
|
||||
a(href="about.html") About Us
|
||||
|
||||
//- File path -> "index.png"
|
||||
//- File path -> "index.pug"
|
||||
html
|
||||
body
|
||||
include includes/nav.pug
|
||||
|
Loading…
Reference in New Issue
Block a user