|
|
@@ -20,7 +20,7 @@ |
|
|
|
<meta itemprop="copyrightHolder" content="{{ COPYRIGHT_HOLDER|default(article.author.name) }}"/> |
|
|
|
<div class="article-details"> |
|
|
|
<span class="published">Published on: <abbr title="{{ article.date.isoformat() }}" itemprop="datePublished">{{ article.locale_date }}</abbr></span> |
|
|
|
<span class="author">By <a href="{{ SITEURL+'/'+article.author.url }}" rel="author">{{ article.author,name }}</a></span> |
|
|
|
<span class="author">By <a href="{{ SITEURL+'/'+article.author.url }}" rel="author">{{ article.author.name }}</a></span> |
|
|
|
<span class="category">In <a href="{{ article.category.url }}">{{ article.category.name }}</a></span> |
|
|
|
{% if article.modified %} |
|
|
|
<span class="modified">Last modified on: <abbr title="{{ article.modified }}" itemprop="dateModified">{{ article.modified }}</abbr></span> |
|
|
|