We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99645e0 commit d557bb6Copy full SHA for d557bb6
2 files changed
templates/base.html
@@ -18,6 +18,7 @@
18
<header>
19
<a href="{{ get_url(path='@/_index.md') }}">HOME</a>
20
<a href="{{ get_url(path='@/_index.md') }}#games">GAMES</a>
21
+ <a href="{{ get_url(path='@/_index.md') }}#projects">PROJECTS</a>
22
<a href="{{ get_url(path='@/blog/_index.md') }}">BLOG</a>
23
<a href="{{ get_url(path='@/contact.md') }}">CONTACT</a>
24
</header>
@@ -37,4 +38,4 @@
37
38
</footer>
39
</body>
40
-</html>
41
+</html>
templates/index.html
@@ -55,7 +55,7 @@
55
</div>
56
</main>
57
<main>
58
- <div class="projects column left">
+ <div class="projects column left" id="projects">
59
<p>
60
Featured Open Source Projects:
61
</p>
0 commit comments