Renamed project to gergelypolonkaiweb

This commit is contained in:
2013-10-01 23:49:18 +02:00
parent 50cf51e60e
commit 6b073006d2
28 changed files with 12 additions and 9 deletions

View File

@@ -1,6 +1,9 @@
<div class="post">
<h3>{% if title_links %}<a href="{% url 'blog:read' post.created_at.year post.created_at.month post.created_at.day post.slug %}">{% endif %}{{ post.title }}{% if title_links %}</a>{% else %}<div class="plusone-container"><div class="g-plusone" data-annotation="inline" data-size="small" data-width="300"></div></div>{% endif %}</h3>
<p class="article-date">{{ post.created_at|date:'m-d-Y :: H:i' }} by {{ post.user.first_name }} {{ post.user.last_name }}</p>
{% comment %}
{{ post.content|insert_code_chunks }}
{% endcomment %}
{{ post.content|safe }}
{% if post.tags.all %}
<p class="article-tags">Tags: