mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-14 07:51:01 +00:00
Merge pull request #203 from sorin-davidoi/patch-1
fix(templates/macros): Invalid markup
This commit is contained in:
commit
856470e145
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue