fix(templates/macros): Invalid markup

This commit is contained in:
Sorin Davidoi 2018-09-06 23:32:02 +02:00 committed by GitHub
parent 74aff81e32
commit ef48f5b4eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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