digitalglarus: templates. blog_meta inline metadata.

Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
rascencio 2015-09-26 13:07:52 -06:00
parent 6bc4d5a6a2
commit c10fea0169

View file

@ -1,16 +1,13 @@
{% load i18n thumbnail %}
<ul class="post-detail">
<ul class="post-detail list-inline">
{% if post.author %}
<li>
{% trans "by" %} <a href="{% url 'djangocms_blog:posts-author' post.author.get_username %}">{% if post.author.get_full_name %}{{ post.author.get_full_name }}{% else %}{{ post.author }}{% endif %}</a>
</li>
{% endif %}
<li>
{{ post.date_published|date:"DATE_FORMAT" }}
</li>
</ul>
<ul class="post-detail tags">
<ul class="post-detail tags list-inline">
{% if post.categories.exists %}
{% for category in post.categories.all %}
{% if category.slug %}