aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_zf/templates
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2013-05-22 06:47:15 -0700
committerJustin Mayer <entroP@gmail.com>2013-05-22 06:47:15 -0700
commitf429e0d140dbf7e796d3d4349fc3ec7fb3ac30b0 (patch)
tree4be01b49ea4abcc747a203882ff3fe184209f274 /tuxlite_zf/templates
parent033de5e436ee90ed6381fb1216046365ca037f97 (diff)
parent981077b26e4b0e67cd38e98e232801c3b4155938 (diff)
downloadpelican-themes-f429e0d140dbf7e796d3d4349fc3ec7fb3ac30b0.tar.gz
Merge pull request #101 from Mins/master
Further updates to tuxlite_zf theme.
Diffstat (limited to 'tuxlite_zf/templates')
-rw-r--r--tuxlite_zf/templates/base.html2
-rw-r--r--tuxlite_zf/templates/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/tuxlite_zf/templates/base.html b/tuxlite_zf/templates/base.html
index 2d5e1f2..fc4072e 100644
--- a/tuxlite_zf/templates/base.html
+++ b/tuxlite_zf/templates/base.html
@@ -86,7 +86,7 @@
</ul>
{% endif %}
- {% if SOCIAL %}
+ {% if SOCIAL %}
<h5 class="sidebar-title">Social</h5>
<ul class="side-nav">
{% for name, link in SOCIAL %}
diff --git a/tuxlite_zf/templates/index.html b/tuxlite_zf/templates/index.html
index a07813c..6e632dc 100644
--- a/tuxlite_zf/templates/index.html
+++ b/tuxlite_zf/templates/index.html
@@ -7,7 +7,7 @@
{# First item #}
{% if loop.first and not articles_page.has_previous() %}
<article>
- <h3 class="article-title"><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h3>
+ <a href="{{ SITEURL }}/{{ article.url }}"><h3 class="article-title">{{ article.title }}</h3></a>
{% include 'article_infos.html' %}{{ article.content }}{% include 'article_infos_bottom.html' %}{% include 'comments.html' %}
</article>