1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-22 11:22:41 +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

@ -4,7 +4,7 @@
<div class="card-body d-flex flex-column align-self-end" style="min-height: 300px;">
<h2 class="card-title mt-auto text-light">{{ post.title }}</h2>
<p class="card-text text-light">{{ post.excerpt }} <strong>Continue Reading...</strong></p>
<p class="card-text"><small class="text-light">{{ post.author }} - {{ post.date | date: "%b %-d, %Y" }}</small></p>
<p class="card-text"><small class="text-light">{% for author in page.author %}{{ author }}{% unless forloop.last %}, {% endunless %}{% endfor %} - {{ post.date | date: "%b %-d, %Y" }}</small></p>
</div>
</div>
</a>