|
@@ -5,7 +5,7 @@
|
|
{{ page.title }}
|
|
{{ page.title }}
|
|
{% for blog in blogs %}
|
|
{% for blog in blogs %}
|
|
<div>
|
|
<div>
|
|
- <h2><a href="{{ blog.full_url }}">{{ blog.title }}</a></h2>
|
|
|
|
|
|
+ <h2><a href="{{ blog.url }}">{{ blog.title }}</a></h2>
|
|
{{ blog.body|truncatewords_html:10 }}
|
|
{{ blog.body|truncatewords_html:10 }}
|
|
|
|
|
|
{% for tag in blog.get_tags %}
|
|
{% for tag in blog.get_tags %}
|