From 175d429240c913c4274e0012ca3687a876602560 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Tue, 18 Feb 2025 00:27:34 -0500 Subject: [PATCH] Make archive links not full-width --- site_test/archive.html | 8 +++++--- site_test/layout/tag.html | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/site_test/archive.html b/site_test/archive.html index 3876eed..27d921f 100644 --- a/site_test/archive.html +++ b/site_test/archive.html @@ -16,9 +16,11 @@ {{ entry.date | iso_date }} - - {{ entry.title }} - +
+ + {{ entry.title }} + +
{% endfor %} {% if not loop.last %} diff --git a/site_test/layout/tag.html b/site_test/layout/tag.html index 34a225c..9e9a79a 100644 --- a/site_test/layout/tag.html +++ b/site_test/layout/tag.html @@ -16,9 +16,11 @@ {{ entry.date | iso_date }} - - {{ entry.title }} - +
+ + {{ entry.title }} + +
{% endfor %} {% if not loop.last %}