Merge branch 'master' of github.com:Plume-org/Plume
This commit is contained in:
commit
ae8f8a1411
@ -19,7 +19,6 @@
|
|||||||
a, a:visited {
|
a, a:visited {
|
||||||
color: #7765E3;
|
color: #7765E3;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
outline: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
small {
|
small {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{% macro post_card(article) %}
|
{% macro post_card(article) %}
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h3><a href="{{ article.url }}">{{ article.post.title }}</a></h3>
|
<h3><a href="{{ article.url }}">{{ article.post.title }}</a></h3>
|
||||||
<main
|
<main>
|
||||||
<p>
|
<p>
|
||||||
{% if article.post.subtitle | length > 0 %}
|
{% if article.post.subtitle | length > 0 %}
|
||||||
{{ article.post.subtitle }}
|
{{ article.post.subtitle }}
|
||||||
|
Loading…
Reference in New Issue
Block a user