diff options
author | aleylara <> | 2020-09-22 17:37:08 +1000 |
---|---|---|
committer | aleylara <> | 2020-09-22 17:37:08 +1000 |
commit | 9f7b7f3870f5f18746a7fdc10ee3ce7e026ab19a (patch) | |
tree | de64095745a8fafe3d180a1b3427505bfe0035d2 /Peli-Kiera/templates/article.html | |
parent | 07f0c30921c1752e73a3d40ba4aec76c43a8ff42 (diff) | |
download | pelican-themes-9f7b7f3870f5f18746a7fdc10ee3ce7e026ab19a.tar.gz |
Minor bug fixes and UI changes
Diffstat (limited to 'Peli-Kiera/templates/article.html')
-rw-r--r-- | Peli-Kiera/templates/article.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Peli-Kiera/templates/article.html b/Peli-Kiera/templates/article.html index b5c4422..c9523a2 100644 --- a/Peli-Kiera/templates/article.html +++ b/Peli-Kiera/templates/article.html @@ -54,8 +54,6 @@ {% if article.next_article %} <div id="left-arrow"><i class="fa fa-chevron-circle-left"></i></div> <a href="{{ SITEURL }}/{{ article.next_article.url }}"> {{ article.next_article.title }}</a> - {% else %} - <a href="{{ SITEURL }}/{{ article.next_article.url }}">{{ " " }}</a> {% endif %} </div> </div> @@ -64,8 +62,6 @@ {% if article.prev_article %} <a href="{{ SITEURL }}/{{ article.prev_article.url }}">{{ article.prev_article.title }} </a> <div id="right-arrow"><i class="fa fa-chevron-circle-right"></i></div> - {% else %} - <a href="{{ SITEURL }}/{{ article.prev_article.url }}">{{ " " }}</a> {% endif %} </div> </div> |