cv-website

Personal website and CV
git clone https://git.in0rdr.ch/cv-website.git
Log | Files | Refs | Pull requests |Archive | README | LICENSE

commit 257369feef5a2605851ea1c79189680cf4d923f7
parent 4660a8b9efdd57498e207d7f6be4e0710a38e706
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun,  5 Oct 2025 16:07:02 +0200

feat: remove github link

Diffstat:
M_includes/nav.html | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/_includes/nav.html b/_includes/nav.html @@ -13,7 +13,6 @@ <li><a href="{{ '/about/' | relative_url }}">{% octicon person %}<span> about</span></a></li> <li><a href="https://write.in0rdr.ch">{% octicon log %}<span> blog</span></a></li> <li><a href="https://code.in0rdr.ch">{% octicon repo %}<span> code</span></a></li> - <li><a href="https://github.com/in0rdr">{% octicon mark-github %}<span> github</span></a></li> </ul> </div> </nav>