🏷 {{ page.title }}
-
-
- {% for post in site.tags[page.tag] %}
-
- {{ post.date | date_to_string }} |
- {{ post.author }} |
- » {{ post.title }} |
-
- {% endfor %}
-
-
\ No newline at end of file
+
+
+{% for post in site.tags[page.tag] %}
+
+ {{ post.date | date_to_string }} |
+ {{ post.author }} |
+ » {{ post.title }} |
+
+{% endfor %}
+
\ No newline at end of file
diff --git a/css/main.css b/css/main.css
index b60b73e..af5ccbf 100644
--- a/css/main.css
+++ b/css/main.css
@@ -33,7 +33,7 @@ footer {
font-size: .8em;
}
-ul.posts {
+ul.posts, table.posts {
margin: 20px auto 40px;
padding-left: 0px;
}
diff --git a/index.html b/index.html
index ce891de..872a395 100644
--- a/index.html
+++ b/index.html
@@ -3,14 +3,13 @@
title: Blog
---
{% include tags.html %}
-
-
- {% for post in site.posts %}
-
- {{ post.date | date_to_string }} |
- {{ post.author }} |
- » {{ post.title }} |
-
- {% endfor %}
-
-
\ No newline at end of file
+
+
+{% for post in site.posts %}
+
+ {{ post.date | date_to_string }} |
+ {{ post.author }} |
+ » {{ post.title }} |
+
+{% endfor %}
+
\ No newline at end of file
From 763d5227c1735c116ab7146b0fa6eb5d6658b448 Mon Sep 17 00:00:00 2001
From: Phu Tu
Date: Thu, 25 Jan 2024 15:22:08 +0100
Subject: [PATCH 5/5] Add link to accessibility statement
---
_layouts/default.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/_layouts/default.html b/_layouts/default.html
index 35a7525..eccfc44 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -28,6 +28,7 @@