diff options
Diffstat (limited to 'blog/templates/sidebar.html.j2')
| -rw-r--r-- | blog/templates/sidebar.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/templates/sidebar.html.j2 b/blog/templates/sidebar.html.j2 index 7390145..b51cde7 100644 --- a/blog/templates/sidebar.html.j2 +++ b/blog/templates/sidebar.html.j2 @@ -23,7 +23,7 @@ Sometimes I touch upon some more artistic stuff, but mostly just to amuse myself </a> <h3 class="magenta">Top tags</h3> <p>ls <a href="/tags">~/tags/</a></p> -<p>{% for tag in site.top_tags %}<a href="/tags/{{ tag }}.html">{{ tag }}/</a>{% if not loop.last %} {% endif %}{% endfor %}</p> +<p>{% for tag in blog.top_tags %}<a href="/tags/{{ tag }}.html">{{ tag }}/</a>{% if not loop.last %} {% endif %}{% endfor %}</p> <h3 class="magenta">I want different colors</h3> <p>ls ~/themes/ <a class="theme-extender" href="javascript:void(0);" onclick="setThemeExtend()">-A</a></p> <a href="javascript:void(0);" class="icon-text theme-selector-light" onclick="setTheme('light')"> |
