aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/articles.html
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-10-14 22:44:07 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-10-14 22:44:07 +0200
commit31788558cfad8e6c74381bc9ed9b7530c9636c25 (patch)
tree9fa259a79aa7683fc1218155ef862896b5984a05 /pyaggr3g470r/templates/articles.html
parentUpdated default conf file. (diff)
downloadnewspipe-31788558cfad8e6c74381bc9ed9b7530c9636c25.tar.gz
newspipe-31788558cfad8e6c74381bc9ed9b7530c9636c25.tar.bz2
newspipe-31788558cfad8e6c74381bc9ed9b7530c9636c25.zip
Still trying to sort those f* articles.
Diffstat (limited to 'pyaggr3g470r/templates/articles.html')
-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