Added multilingual and theme switching support, fixed multiple
positioning issues, added articles to sidebar
This commit is contained in:
@@ -2,11 +2,7 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
<section id="content">
|
||||
{% block content_title %}
|
||||
<h2>All articles</h2>
|
||||
{% endblock %}
|
||||
|
||||
<section id="content-section">
|
||||
<ol id="post-list">
|
||||
{% for article in articles_page.object_list %}
|
||||
<li>
|
||||
@@ -37,8 +33,6 @@
|
||||
{% include 'pagination.html' %}
|
||||
{% endif %}
|
||||
|
||||
</section><!-- /#content -->
|
||||
</section><!-- /#content-section -->
|
||||
|
||||
{% endblock content %}
|
||||
|
||||
<!-- vim:ts=2:sw=2:et:ft=html -->
|
||||
|
||||
Reference in New Issue
Block a user