Browse Source

home + blog

master
Stanislav Platil 4 years ago
parent
commit
e812968354
  1. 2
      blog/templates/blog/blog_index_page.html
  2. 2
      home/templates/home/home_page.html

2
blog/templates/blog/blog_index_page.html

@ -12,7 +12,7 @@
{% for post in page.get_children %}
<h2><a href="{% pageurl post %}">{{ post.title }}</a></h2>
{{ post.specific.intro }}
{{ post.specific.body|richtext }}
<div class="blog">{{ post.specific.body|richtext }}</div>
{% endfor %}
{% endblock %}

2
home/templates/home/home_page.html

@ -10,7 +10,7 @@
{% block content %}
{% image page.image width-1100 id="banner" %}
{% image page.image width-1000 id="banner" %}
{{ page.body|richtext }}
{% endblock content %}

Loading…
Cancel
Save