Fix styling and field values

This commit is contained in:
Kevin "Ilphrin" Pellet 2018-07-25 21:21:47 +02:00
parent 89713526e2
commit 390d694cac
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
link_4="</a>")
}}
⋅ {{ article.date | date(format="%B %e") }}
⋅ <a href="{{article.blog_url}}">{{article.blog.title}}</a>
⋅ <a href="{{ article.blog.fqn }}">{{ article.blog.title }}</a>
</p>
</div>
{% endmacro post_card %}