Skip to content

Commit d557bb6

Browse files
committed
add nav to projects section
1 parent 99645e0 commit d557bb6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

templates/base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<header>
1919
<a href="{{ get_url(path='@/_index.md') }}">HOME</a>
2020
<a href="{{ get_url(path='@/_index.md') }}#games">GAMES</a>
21+
<a href="{{ get_url(path='@/_index.md') }}#projects">PROJECTS</a>
2122
<a href="{{ get_url(path='@/blog/_index.md') }}">BLOG</a>
2223
<a href="{{ get_url(path='@/contact.md') }}">CONTACT</a>
2324
</header>
@@ -37,4 +38,4 @@
3738
</footer>
3839
</body>
3940

40-
</html>
41+
</html>

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</div>
5656
</main>
5757
<main>
58-
<div class="projects column left">
58+
<div class="projects column left" id="projects">
5959
<p>
6060
Featured Open Source Projects:
6161
</p>

0 commit comments

Comments
 (0)