blob: 162826364884ce124dd0a834778c10278b259a01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
//- SPDX-License-Identifier: AGPL-3.0-only
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
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.
|