1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 09:42:35 +00:00

Correct blog layout

This commit is contained in:
2021-09-14 20:41:49 -05:00
parent 1e7b592114
commit 2fbc2242ee
7 changed files with 6 additions and 14 deletions

View File

@ -10,7 +10,7 @@ layout: default
<h1 class="post-title display-4">{{ page.title }}</h1>
</div>
<div class="mt-3">
<p class="post-info">Jonah Aragon | {{ page.date | date: "%b %-d, %Y" }}</p>
<p class="post-info">By: {% for author in page.author %}{{ author }}{% unless forloop.last %}, {% endunless %}{% endfor %} | {{ page.date | date: "%b %-d, %Y" }}</p>
</div>
</div>
</div>