aboutsummaryrefslogtreecommitdiffstats
path: root/bootlex/templates/index.html
diff options
context:
space:
mode:
authorAlexis Métaireau <alexis@notmyidea.org>2012-10-24 18:45:19 +0200
committerAlexis Métaireau <alexis@notmyidea.org>2012-10-24 18:45:19 +0200
commit320fc05064b532b0cd0ec383aae5ff3d48ec71f9 (patch)
tree74d45a4e07c91564eb4b968d69f2e9eca5a61270 /bootlex/templates/index.html
parent01a8792a5116a305368d9d98fa366923086e0633 (diff)
downloadpelican-themes-320fc05064b532b0cd0ec383aae5ff3d48ec71f9.tar.gz
fix the links on the bootlex theme
Diffstat (limited to 'bootlex/templates/index.html')
-rw-r--r--bootlex/templates/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootlex/templates/index.html b/bootlex/templates/index.html
index c45a57a..c76ab3e 100644
--- a/bootlex/templates/index.html
+++ b/bootlex/templates/index.html
@@ -13,18 +13,18 @@
<div class="header">
<h2>{{ article.title }}</h2>
</div>
- <p class="meta"><small><span>{% if article.author %}<a href="{{ SITEURL }}author/{{ article.author.slug }}/">{{ article.author }}</a> - {% endif %}</span><span>{{ article.locale_date }}</span> - <span class="tags">{% if article.tags %}{% for tag in article.tags %}<a href="/tag/{{ tag }}/">{{ tag }}</a>{% if not loop.last %}, {% endif %}{% endfor %}{% endif %}</span></small></p>
+ <p class="meta"><small><span>{% if article.author %}<a href="{{ SITEURL }}/author/{{ article.author.slug }}/">{{ article.author }}</a> - {% endif %}</span><span>{{ article.locale_date }}</span> - <span class="tags">{% if article.tags %}{% for tag in article.tags %}<a href="/tag/{{ tag }}/">{{ tag }}</a>{% if not loop.last %}, {% endif %}{% endfor %}{% endif %}</span></small></p>
<div class="entry-content">
{{ article.summary }}
</div><!-- /.entry-content -->
<div class="row">
<div class="span4">
{% if DISQUS_SITENAME %}
- <a class="btn btn-small disabled" href="{{ SITEURL }}{{ article.url }}#disqus_thread"></a>
+ <a class="btn btn-small disabled" href="{{ SITEURL }}/{{ article.url }}#disqus_thread"></a>
{% endif %}
</div>
<div class="span1 offset3">
- <a class="btn btn-small" href="{{ SITEURL }}{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title}}">Mehr</a>
+ <a class="btn btn-small" href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title}}">Mehr</a>
</div>
</div>
</div>