improves article divs naming and static pages formatting
diff --git a/templates/index.html b/templates/index.html
index 1896144..a9aa795 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -10,10 +10,10 @@
</header>
{% for article in articles_page.object_list %}
<article>
- <h1 id="title">
+ <h1 id="article_title">
<a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title }}">{{ article.title }}</a>
</h1>
- <div id="article_content">
+ <div id="article_text">
{{ article.summary }}
</div>
</article>