Tweak article info element element indentation

This commit is contained in:
Helen Chong 2024-04-15 11:47:06 +08:00
parent 8084104aa0
commit c2421122f0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ eleventyComputed:
<header class="main__header"> <header class="main__header">
<h1>{{ articleTitle }}</h1> <h1>{{ articleTitle }}</h1>
<div class="article__info"> <div class="article__info">
<p>Posted on {{ date | niceDate }} by {{ sitemeta.siteAuthor.name }} <p>Posted on {{ date | niceDate }} by {{ sitemeta.siteAuthor.name }}
{% if updated %} {% if updated %}
• Updated on {{ updated | niceDate }}</p> • Updated on {{ updated | niceDate }}</p>