removed category links in index and article templates

This commit is contained in:
Marvin Steadfast 2015-11-10 15:23:19 +01:00
parent 28d79b8456
commit c4862d1b75
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<article>
<header>
<h1 id="{{ article.slug }}">{{ article.title }}</h1>
<p>Posted on {{ article.locale_date }} in <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a></p>
<p>Posted on {{ article.locale_date }}</p>
</header>
<div>
{{ article.content }}

View File

@ -6,7 +6,7 @@
<header>
<h2><a href="{{ SITEURL }}/{{ article.url }}#{{ article.slug }}">{{ article.title }}</a></h2>
<p>
Posted on {{ article.locale_date }} in <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>
Posted on {{ article.locale_date }}
{% if article.tags %}
&#8226; Tagged with
{% for tag in article.tags %}