diff options
author | metamuffin <yvchraiqi@protonmail.com> | 2022-05-11 17:50:47 +0200 |
---|---|---|
committer | metamuffin <yvchraiqi@protonmail.com> | 2022-05-11 17:50:47 +0200 |
commit | a24d64db1a42bd3c105deedf6779ea93add98629 (patch) | |
tree | 5e05aca5865a6fb4aaa2cb7850b0afa97ddadfa7 | |
parent | 931db09ce819ec743518ed4d0016fb0afeeb7513 (diff) | |
download | metamuffin-website-a24d64db1a42bd3c105deedf6779ea93add98629.tar metamuffin-website-a24d64db1a42bd3c105deedf6779ea93add98629.tar.bz2 metamuffin-website-a24d64db1a42bd3c105deedf6779ea93add98629.tar.zst |
didn't like the phrases in some places
-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 |