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 @@ ...@@ -9,16 +9,12 @@
<header> <header>
<h1>{{title}}</h1> <h1>{{title}}</h1>
{% if subtitle %} {% if subtitle %} <h2>{{subtitle}}</h2> {% endif %}
<h2>{{subtitle}}</h2> {% if author %} <h2>{{author}}</h2> {% endif %}
{% endif %} <p class="meta"> <time>{{date | postDate}}</time> </p>
</header> </header>
<article class="post-content"> <article class="post-content">
<p class="meta">
<time>{{date | postDate}}</time>
<span>#{{tags}}</span>
</p>
{% if image %} {% if image %}
<figure> <figure>
<img src="{{image}}" alt="{{title}}"> <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