From 58574d62c1465421a0cf09bd69ea8eb81ee3550b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleks=20R=C5=ABti=C5=86=C5=A1?= Date: Wed, 12 Feb 2025 01:23:40 +0000 Subject: [PATCH] Link projects to GitLab --- pages/home.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/home.rb b/pages/home.rb index 18f4043..820002f 100644 --- a/pages/home.rb +++ b/pages/home.rb @@ -15,13 +15,13 @@ class Pages::Home < ::Phlex::HTML ul { project_link( name: "phlexite", - url: "https://github.com/aleksrutins/phlexite", + url: "https://git.farthergate.com/aleks/phlexite", desc: "a simple static site generator using phlex for templating" ) project_link( name: "mzk", - url: "https://sr.ht/~aleksrutins/mzk", + url: "https://git.farthergate.com/aleks/mzk", desc: "bash scripts to help you manage your zettelkasten" )