diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-02-16 06:16:29 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-02-16 06:16:29 -0500 |
commit | 35f450a8e9eedcde831b1df61797725a2c8562ee (patch) | |
tree | edd1437513669795c0620b016abeb214c29975e0 /themes/cranky/layouts/baseof.html | |
parent | 29d48c9082e2f74a89f0f48745fff6479425fbb7 (diff) |
Remove Blog and focus on projects for now
Diffstat (limited to 'themes/cranky/layouts/baseof.html')
-rw-r--r-- | themes/cranky/layouts/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/cranky/layouts/baseof.html b/themes/cranky/layouts/baseof.html index e03e921..a598d5d 100644 --- a/themes/cranky/layouts/baseof.html +++ b/themes/cranky/layouts/baseof.html @@ -26,7 +26,7 @@ <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="/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> |