1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2025-08-23 12:12:20 +00:00

Typo and small css correction

This commit is contained in:
J. Fernando Sánchez
2015-12-08 16:42:32 +01:00
parent 09a35b2595
commit e6923ca300
3 changed files with 5 additions and 5 deletions

View File

@@ -5,10 +5,10 @@
{% block content %}
<div class="postnav">
{% if article.prev_article %}
<a href="{{ article.prev_article.url }}"><span class="previouspost"><i class="icon-chevron-sign-left"></i> {{ article.prev_article.title }}</a></span>
<span class="previouspost"><i class="icon-double-angle-left"></i> <a href="{{ article.prev_article.url }}">{{ article.prev_article.title }}</a></span>
{% endif %}
{% if article.next_article %}
<span class='nextpost'><a href="{{ SITE_URL }}/{{ article.next_article.url }}">{{ article.next_article.title }} <i class="icon-chevron-sign-right"></i></span></a>
<span class='nextpost'><a href="{{ SITE_URL }}/{{ article.next_article.url }}">{{ article.next_article.title }}</a> <i class="icon-double-angle-right"></i></span>
{%endif%}
</div>
<div class="posthead">