Fix project links
This commit is contained in:
parent
112b433bcf
commit
9b4461476c
1 changed files with 3 additions and 3 deletions
|
@ -15,19 +15,19 @@ class Pages::Home < ::Phlex::HTML
|
|||
ul {
|
||||
project_link(
|
||||
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"
|
||||
)
|
||||
|
||||
project_link(
|
||||
name: "mzk",
|
||||
url: "https://git.farthergate.com/aleks/mzk",
|
||||
url: "https://sr.ht/~aleksrutins/mzk/",
|
||||
desc: "bash scripts to help you manage your zettelkasten"
|
||||
)
|
||||
|
||||
project_link(
|
||||
name: "dynamite",
|
||||
url: "https://git.farthergate.com/aleks/dynamite",
|
||||
url: "https://sr.ht/~aleksrutins/dynamite/",
|
||||
desc: "a customizable lv2 distortion plugin"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue