Tweak article info element element indentation
This commit is contained in:
parent
8084104aa0
commit
c2421122f0
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue