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:
Adaías Magdiel 2024-02-26 10:49:23 -03:00 committed by GitHub
parent d123cd4a5c
commit d1d16b4a0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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