diff options
Diffstat (limited to 'views/links.pug')
-rw-r--r-- | views/links.pug | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/views/links.pug b/views/links.pug index 2289abb..1628263 100644 --- a/views/links.pug +++ b/views/links.pug @@ -4,9 +4,15 @@ extends layout block content h2 links + h3 me on other webpages + ul + li: a(href="https://codeberg.org/metamuffin") codeberg + h3 my friends websites ul li: a(href="https://potatoxel.org/") potatoxel li: a(href="https://pixificial.xyz/") pixificial li: a(href="http://sofviic.com/") sofviic - li: a(href="https://bgfxc4.de/") bgfxc4 (who uses 10 lines of proprietary javascript on their page. :scream:)
\ No newline at end of file + li + strike #[a(href="https://bgfxc4.de/") bgfxc4] (who uses 10 lines of proprietary javascript on their page. :scream:). + span: b now exclusively viewable with js.
\ No newline at end of file |