diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/about.pug | 4 | ||||
-rw-r--r-- | views/links.pug | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/views/about.pug b/views/about.pug index 2fdbf23..f442efb 100644 --- a/views/about.pug +++ b/views/about.pug @@ -4,9 +4,9 @@ extends layout block content h2 about p - | hello. + | hi. | i am a muffin. | i enjoy starting projects and never finishing them. - | i am also interested in the free software movement. + | i am also supporting the free software movement. p | also styling of this page is left as an exercise to the reader. diff --git a/views/links.pug b/views/links.pug index 62c923a..2289abb 100644 --- a/views/links.pug +++ b/views/links.pug @@ -9,4 +9,4 @@ block content 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 (warning: 10 lines of proprietary javascript) + li: a(href="https://bgfxc4.de/") bgfxc4 (who uses 10 lines of proprietary javascript on their page. :scream:)
\ No newline at end of file |