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

This commit is contained in:
Bat 2018-09-07 20:05:53 +01:00
commit ae8f8a1411
2 changed files with 1 additions and 2 deletions

View file

@ -19,7 +19,6 @@
a, a:visited {
color: #7765E3;
text-decoration: none;
outline: none;
}
small {

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 }}