|
@@ -20,7 +20,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="row-fluid">
|
|
|
- <div class="span9 article-content">
|
|
|
+ <div class="span8 offset1 article-content">
|
|
|
{{ article.content }}
|
|
|
</div>
|
|
|
<div class="span2 offset1">
|
|
@@ -46,7 +46,7 @@
|
|
|
{% endif %}
|
|
|
{% if article.tags %}
|
|
|
<h4>Tags</h4>
|
|
|
- <ul class="list-of-tags">
|
|
|
+ <ul class="list-of-tags tags-in-article">
|
|
|
{% for tag in article.tags %}
|
|
|
<li><a href="/tags.html#{{ tag|replace(' ', '-')|e }}-ref">{{ tag }}
|
|
|
{% for aTag, tagged_articles in tags if aTag == tag %}
|