Merge pull request #159 from Ilphrin/master

Add a link to the blog on article cards
This commit is contained in:
Baptiste Gelez
2018-07-25 21:40:27 +02:00
committed by GitHub
3 changed files with 20 additions and 2 deletions
+1
View File
@@ -18,6 +18,7 @@
link_4="</a>")
}}
⋅ {{ article.date | date(format="%B %e") }}
⋅ <a href="{{ article.blog.fqn }}">{{ article.blog.title }}</a>
</p>
</div>
{% endmacro post_card %}