summaryrefslogtreecommitdiff
path: root/themes/elenq/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/elenq/templates/index.html')
-rw-r--r--themes/elenq/templates/index.html17
1 files changed, 6 insertions, 11 deletions
diff --git a/themes/elenq/templates/index.html b/themes/elenq/templates/index.html
index 169e661..8565cc3 100644
--- a/themes/elenq/templates/index.html
+++ b/themes/elenq/templates/index.html
@@ -7,17 +7,12 @@
<ol id="post-list">
{% for article in articles_page.object_list %}
- <li><article class="hentry">
- <header> <h3 class="entry-title"><a class="text-nodeco-black" href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h3> </header>
- <footer class="post-info">
- <time class="published" datetime="{{ article.date.isoformat() }}"> {{ article.locale_date }} </time>
- <address class="vcard author">By
- {% for author in article.authors %}
- <a class="url fn" href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a>
- {% endfor %}
- </address>
- </footer><!-- /.post-info -->
- <div class="entry-content"> {{ article.summary }} </div><!-- /.entry-content -->
+ <li><article class="hentry">
+ <header>
+ <h3 class="entry-title"><a class="text-nodeco-black" href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h3>
+ <time class="published" datetime="{{ article.date.isoformat() }}"> {{ article.locale_date }} </time> </header>
+ <div class="entry-content"> {{ article.summary }} </div><!-- /.entry-content -->
+ <footer><a href="{{SITEURL}}/{{article.url}} ">Read More</a></footer>
</article></li>
{% endfor %}
</ol><!-- /#posts-list -->