Fix date spacing on main page

This commit is contained in:
Florine W. Dekker 2021-07-18 16:45:16 +02:00
parent f73744474b
commit e0632acebd
Signed by: FWDekker
GPG Key ID: 78B3EAF58145AF25
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "blog",
"version": "1.2.4",
"version": "1.2.5",
"description": "F.W. Dekker's personal blog.",
"author": "F.W. Dekker",
"browser": "dist/bundle.js",

View File

@ -6,7 +6,7 @@ layout: default
<div class="row">
<div class="column">
{% if post %}
<h2 class="inline-header"><a href="{{ post.url | url }}">{{ post.data.title }}</a></h2>&nbsp;
<h2 class="inline-header"><a href="{{ post.url | url }}">{{ post.data.title }}</a></h2>&emsp;
{% if post.data.date %}<u>{{ post.data.date | isoDate }}</u>{% endif %}
{% if post.data.excerpt %}
<p>{{ post.data.excerpt }}</p>