shii.moe

Source for `shii.moe' website.
git clone git://git.knutsen.co/shii.moe
Log | Files | Refs | README | LICENSE

commit 7e118f00ecbb1b665f99a8c78f2c9b6dc76a9991
parent b2324febab6bd26c56f675631decd61bf2455dfd
Author: Demonstrandum <samuel@knutsen.co>
Date:   Mon, 15 Aug 2022 23:32:15 +0100

Missed `link` class on `<a>`.

Diffstat:
Mshiimoe/templates/index.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/shiimoe/templates/index.html b/shiimoe/templates/index.html @@ -28,8 +28,8 @@ <li>I have a blÄhaj</li> <li>My Mum says I'm cool</li> <li>I'll give you kisses</li> - <li>I have a PGP key: <a class="link" href="shiimoe.pgp"><code>A5E16A6FFC9DD158</code></a></li> + <li>I have a PGP key: <a class="link" href="/shiimoe.pgp"><code>A5E16A6FFC9DD158</code></a></li> <li>My website is <a class="link" href="https://github.com/Shiimoe/shii.moe">open source!</a></li> - <li>I have an <a href="/rss.xml">RSS feed!</a></li> + <li>I have an <a class="link" href="/rss.xml">RSS feed!</a></li> </ol> {% endblock %}