Skip to content
Snippets Groups Projects
Commit 3593e7f5 authored by julientaq's avatar julientaq
Browse files

author and dates to article-single

parent 7334cbf5
No related branches found
No related tags found
1 merge request!7Articles
......@@ -9,16 +9,12 @@
<header>
<h1>{{title}}</h1>
{% if subtitle %}
<h2>{{subtitle}}</h2>
{% endif %}
{% if subtitle %} <h2>{{subtitle}}</h2> {% endif %}
{% if author %} <h2>{{author}}</h2> {% endif %}
<p class="meta"> <time>{{date | postDate}}</time> </p>
</header>
<article class="post-content">
<p class="meta">
<time>{{date | postDate}}</time>
<span>#{{tags}}</span>
</p>
{% if image %}
<figure>
<img src="{{image}}" alt="{{title}}">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment