Skip to content
Snippets Groups Projects
Commit d9528524 authored by James Vasile's avatar James Vasile
Browse files

enable hiding byline on article page

parent 241338b0
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,9 @@
<h1>{{ article.title }}</h1>
<div class="post-info">
<div class="w3-opacity w3-margin-right w3-margin-bottom" style="flex-grow: 1;">
{% if not HIDE_AUTHOR %}
<p>By {{ article.author }}</p>
{% endif %}
<span><time datetime="{{ article.date.isoformat() }}">{{ article.date.strftime("%d %B %Y")}}</time>
{% if article.category != "Posts" %}
in <a href="{{ SITEURL }}/{{ article.category.url }}" title="All articles in category {{ article.category }}">{{ article.category }}</a></span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment