logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault git clone https://hacktivis.me/git/mirror/drewdevault.com.git
commit: 2d77ce27152f242feb5d0de533e24bb259205e0e
parent 2a33787f0099484657eea3182680dd522275576d
Author: Drew DeVault <sir@cmpwn.com>
Date:   Mon, 25 Nov 2024 11:04:34 +0100

Add devlog to sidebar

Diffstat:

Mlayouts/index.html2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/layouts/index.html b/layouts/index.html @@ -23,6 +23,8 @@ <div class="text-center"> <a class="rss" href="/blog/index.xml">rss</a> · + <a href="https://devlog.drewdevault.com">devlog</a> + · <a href="misc.html">misc</a> </div>