aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates
diff options
context:
space:
mode:
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r--pyaggr3g470r/templates/articles.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/articles.html b/pyaggr3g470r/templates/articles.html
index c0abccdf..20dd0e7f 100644
--- a/pyaggr3g470r/templates/articles.html
+++ b/pyaggr3g470r/templates/articles.html
@@ -21,6 +21,12 @@
{% if feed.articles[feed.articles|length-1].readed %}</h3>{% else %}</h1>{% endif %}
<h6>{{ feed.articles[feed.articles|length-1].date }}</h6>
</div>
+ <div class="col-xs-6 col-sm-4 col-md-4">
+ {% if feed.articles[feed.articles|length-2].readed %}<h3>{% else %}<h1>{% endif %}
+ <a href="/article/{{ feed.articles[feed.articles|length-2].id }}">{{ feed.articles[feed.articles|length-2].title }}</a><h2>
+ {% if feed.articles[feed.articles|length-2].readed %}</h3>{% else %}</h1>{% endif %}
+ <h6>{{ feed.articles[feed.articles|length-2].date }}</h6>
+ </div>
</div>
{% endif %}
</div><!-- /.container -->
bgstack15