Merge branch 'master' of github.com:Plume-org/Plume

This commit is contained in:
Bat
2018-09-07 20:05:53 +01:00
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{% macro post_card(article) %}
<div class="card">
<h3><a href="{{ article.url }}">{{ article.post.title }}</a></h3>
<main
<main>
<p>
{% if article.post.subtitle | length > 0 %}
{{ article.post.subtitle }}