logo

blog

My website can't be that messy, right? git clone https://anongit.hacktivis.me/git/blog.git/
commit: 932341bfc1314987061459a75dcbdc1a7f8e0fc2
parent 26986581af8b96f71ef9309ef16138472b88c4c8
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri,  6 Jun 2025 09:00:59 +0200

projects/{badwolf,utils-std}.shtml: Add link to /projects in header

Diffstat:

Mprojects/badwolf.shtml2+-
Mprojects/utils-std.shtml2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/projects/badwolf.shtml b/projects/badwolf.shtml @@ -17,7 +17,7 @@ <!--#set var="signifyName" value='2021.04' --> <main itemprop="applicationCategory" content="BrowserApplication"> <!--#include file="/projects/badwolf/nav.shtml" --> - <h1 itemprop="name">BadWolf</h1> + <h1 itemprop="name"><a href="/projects">projects</a>/BadWolf</h1> <cite>Doctor Who (2005), Season 1, Episode 13</cite>: <blockquote> <details> diff --git a/projects/utils-std.shtml b/projects/utils-std.shtml @@ -16,7 +16,7 @@ <!--<a href="https://repology.org/project/utils-std/versions">Packages</a>--> </nav> - <h1 itemprop="name">utils-std</h1> + <h1 itemprop="name"><a href="/projects">projects</a>/utils-std</h1> <p itemprop="description"> utils-std is a collection of commonly available unix tools (cat, cp, rm, mkdir, …). POSIX is used as a guide, but current Unix systems are the biggest inspiration and compatibility with portable scripts is intended.