Skip to content

Commit 68b9d7a

Browse files
committed
Fix footer and header to inherit from _layouts/default.html
1 parent 2f3af88 commit 68b9d7a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,17 @@ The diagram below explains how information is generated for the about page, show
5555
```mermaid
5656
flowchart TD
5757
about.md --> _layouts/default.html
58-
about.md --> _includes/header.html
59-
about.md --> _includes/footer.html
6058
about.md --> _config.yml
59+
_layouts/default.html --> _includes/header.html
60+
_layouts/default.html --> _includes/footer.html
6161
_layouts/default.html --> about.html
6262
_config.yml --> about.html
6363
about.html --> assets/css/style.css
6464
about.html --> assets/js/script.js
6565
```
6666

67+
# How to Contribute
68+
6769
## Fork the repository
6870

6971
- To fork the repository so you have a copy of the codebase, you will click on the **"Fork"** button from the repository main page

0 commit comments

Comments
 (0)