Fix typos in templates, regenerate css

This commit is contained in:
Andrew Senetar 2013-11-09 16:30:58 -05:00
parent eca067ae67
commit f5431e30a0
3 ha cambiato i file con 3 aggiunte e 3 eliminazioni

File diff soppresso perché una o più righe sono troppo lunghe

Vedi File

@ -30,7 +30,7 @@
</div>
<footer>
<ul class="no-bullet">
<li>Published by <<a href="{{ SITEURL }}/{{ article.author.url }}" >{{ article.author }}</a> on: <abbr class="published" title="{{ article.date.isoformat() }}">{{ article.locale_date }}</abbr></li>
<li>Published by <a href="{{ SITEURL }}/{{ article.author.url }}" >{{ article.author }}</a> on: <abbr class="published" title="{{ article.date.isoformat() }}">{{ article.locale_date }}</abbr></li>
{% if article.modified %}
<li>Last Modified on: <abbr title="{{ article.modified }}">{{ article.modified }}</abbr></li>
{% endif %}

Vedi File

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