diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-12-04 17:59:53 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-12-04 17:59:53 -0500 |
commit | 69e58747ef04d72a480b0ba5b191c0a68d066bad (patch) | |
tree | c82870ea6154df92d8b74e401076bc65bec92086 /themes | |
parent | 74cf2a39328f8f5d1c71eb66c9a6510cd67f3753 (diff) |
initial construction site
Diffstat (limited to 'themes')
-rw-r--r-- | themes/cranky/layouts/baseof.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/cranky/layouts/baseof.html b/themes/cranky/layouts/baseof.html index e03e921..04619e6 100644 --- a/themes/cranky/layouts/baseof.html +++ b/themes/cranky/layouts/baseof.html @@ -24,9 +24,9 @@ <nav> <div class="nav-bar"> <a class="button" href="#about" class="section-link">About Me</a> - <a class="button" href="/projects" class="page-link">Projects</a> + <!-- <a class="button" href="/projects" class="page-link">Projects</a> --> <a class="button" href="/photography" class="page-link">Photography</a> - <a class="button" href="/blog" class="page-link">Posts</a> + <!-- <a class="button" href="/blog" class="page-link">Posts</a> --> <a class="button" href="https://github.com/ChausseBenjamin" class="page-link">Git</a> <a class="button" href="#contact" class="section-link">Contact</a> </div> |