summaryrefslogtreecommitdiff
path: root/layouts/_default
diff options
context:
space:
mode:
authormms <michal@sapka.me>2023-11-20 22:59:59 +0100
committermms <michal@sapka.me>2023-11-20 22:59:59 +0100
commitfc32a8185f811a3f2c79fe575513d7197dbf0af3 (patch)
tree76ce62b16d33c9c1ffd8052f929947193e89ea85 /layouts/_default
parent68f6f8ea17e70889a8451c5dd6ec42d9bf171e28 (diff)
feat: move VCS to sections
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/baseof.html1
-rw-r--r--layouts/_default/index.html7
2 files changed, 4 insertions, 4 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 49c7585..87800d5 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -52,7 +52,6 @@
<a href="/">Home</a>
<a href="/about">About</a>
<a href="/links">Links</a>
- <a href="https://vcs.sapka.me">VCS</a>
<a href="/index.xml">RSS</a>
</nav>
<nav id="categories-nav">
diff --git a/layouts/_default/index.html b/layouts/_default/index.html
index 81294fc..d4b0324 100644
--- a/layouts/_default/index.html
+++ b/layouts/_default/index.html
@@ -13,9 +13,10 @@ Hey! I'm Michał Sapka, a computer programmer living in Kraków, Poland. This we
<h2>Sections</h2>
<nav>
- <P> &#10022; <a href="/star-trek/home/"><b>Star Trek fan site</b>: my little shrine to the greatest american Sci-Fi that has ever graced our screens.</a> </p>
- <P> &spades; <a href="/funnies/"><b>Funnies</b>: A small, curated collection of things I found funny or ammusing.</a> </p>
- <p> &#x2665; <a href="/site/info/"><b>Site info</b> : you can find site uptates, metrics, statics, and legal thingies here.</a></p>
+ <P> &#10022; <a h class="sec-link" ref="/star-trek/home/"><b>Star Trek fan site</b>: my little shrine to the greatest american Sci-Fi that has ever graced our screens.</a> </p>
+ <P> &spades; <a class="sec-link" href="/funnies/"><b>Funnies</b>: A small, curated collection of things I found funny or ammusing.</a> </p>
+ <p> &#9851; <a class="sec-link" href="/vcs/git/"><b>Version control system</b> : My little code repository. I don't expect to cooporate on any of those, so it's just stagit.</a></p>
+ <p> &#x2665; <a class="sec-link" href="/site/info/"><b>Site info</b> : you can find site uptates, metrics, statics, and legal thingies here.</a></p>
</nav>
<h2>TOC</h2>