Merge branch 'master' of github.com:Plume-org/Plume
This commit is contained in:
commit
ae8f8a1411
@ -19,7 +19,6 @@
|
||||
a, a:visited {
|
||||
color: #7765E3;
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
small {
|
||||
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user