Fix project links

This commit is contained in:
Aleks Rutins 2025-05-21 22:05:28 -04:00
parent 112b433bcf
commit 9b4461476c

View file

@ -15,19 +15,19 @@ class Pages::Home < ::Phlex::HTML
ul { ul {
project_link( project_link(
name: "phlexite", name: "phlexite",
url: "https://git.farthergate.com/aleks/phlexite", url: "https://github.com/aleksrutins/phlexite",
desc: "a simple static site generator using phlex for templating" desc: "a simple static site generator using phlex for templating"
) )
project_link( project_link(
name: "mzk", name: "mzk",
url: "https://git.farthergate.com/aleks/mzk", url: "https://sr.ht/~aleksrutins/mzk/",
desc: "bash scripts to help you manage your zettelkasten" desc: "bash scripts to help you manage your zettelkasten"
) )
project_link( project_link(
name: "dynamite", name: "dynamite",
url: "https://git.farthergate.com/aleks/dynamite", url: "https://sr.ht/~aleksrutins/dynamite/",
desc: "a customizable lv2 distortion plugin" desc: "a customizable lv2 distortion plugin"
) )