aboutsummaryrefslogtreecommitdiff
path: root/index.njk
diff options
context:
space:
mode:
Diffstat (limited to 'index.njk')
-rw-r--r--index.njk4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.njk b/index.njk
index de2d1d6..5422cc1 100644
--- a/index.njk
+++ b/index.njk
@@ -35,7 +35,7 @@
<a class="link" style="margin-right: 0.5rem;" href="https://git.mccd.space">git</a>
</div>
<div class="posts code" style="display: flex; align-items: center; ">
- <div style="margin-left: 1rem; display: inline-block; width: 4rem; margin-right: 0.8rem; align-items: center; font-weight: 700; color: black; font-size: 12px">
+ <div style="margin-left: 1rem; display: inline-block; width: 5rem; margin-right: 0.8rem; align-items: center; font-weight: 700; color: black; font-size: 12px">
Date
</div>
<div style="display: flex; font-weight: 700; color: black; font-size: 12px">
@@ -45,7 +45,7 @@
{% for post in collections.post | reverse %}
<div class="posts">
<div style="margin-left: 1rem; display: flex; ">
- <p class="code date" style="display: inline-block; width: 4rem; margin-right: 0.8rem; font-size: 12px; margin-top: 4px; align-items: center; margin-bottom: 0px">{{post.date.toLocaleDateString("en-GB").replaceAll("/","-")}}</p>
+ <p class="code date" style="display: inline-block; width: 5rem; margin-right: 0.8rem; font-size: 12px; margin-top: 4px; align-items: center; margin-bottom: 0px">{{post.date.toLocaleDateString("en-GB").replaceAll("/","-")}}</p>
<a style="font-size: 12px; align-items: end; display:flex" class="link front-text" href="{{ post.url | url }}">{{post.data.title}}</a>
</div>
</div>