diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-22 19:11:44 +0200 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-22 19:11:44 +0200 |
commit | 065e4e517b43619bdbef55a439eeb4d006581b0d (patch) | |
tree | 60fb896ebc3dee4de1334da4d89cacd3e0da0fdf /blog.html | |
parent | 66263f822e69e4365c802dd41e58bd7c7052c92e (diff) | |
download | website-065e4e517b43619bdbef55a439eeb4d006581b0d.tar.gz |
Redesign the whole website
Diffstat (limited to 'blog.html')
-rw-r--r-- | blog.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/blog.html b/blog.html index a5432a0..a2c477a 100644 --- a/blog.html +++ b/blog.html @@ -4,11 +4,12 @@ title: Blog permalink: /blog/ --- +<a href="/"><p>⟸ Back to homepage</p></a> <h1>Blog</h1> <script type="text/javascript" src="../mentions.js"></script> {% for post in site.posts %} -<h3><a href="{{ post.url }}">{{ post.title }}</a></h3> +<h2><a href="{{ post.url }}">{{ post.title }}</a></h2> <p> <svg alt="date published" @@ -90,5 +91,5 @@ permalink: /blog/ {% endfor %} <a href="/feed.xml" style="text-align: center" - ><p style="color: -webkit-link">Click here for RSS feed</p></a + ><p>Click here for RSS feed</p></a > |