Added instructions for creating navtabs. Added documentation for configuration file options. Made a few style tweaks. Moved mini-TOC to float on the right. Redid the styling for the mini-TOC bar.
This commit is contained in:
@ -5,13 +5,13 @@ permalink: /tagindex/
|
||||
search: false
|
||||
related_pages: none
|
||||
---
|
||||
|
||||
{% comment %} i think there's something wrong in this file.{% endcomment %}
|
||||
{% capture site_tags %}{% for tag in site.tags %}{{ tag | first }}{% unless forloop.last %},{% endunless %}{% endfor %}{% endcapture %}
|
||||
{% assign tags_list = site_tags | split:',' | sort %}
|
||||
|
||||
|
||||
|
||||
{% for item in (0..site.tags.size) %}{% unless forloop.last %}
|
||||
{% for item in (0.site.tags.size) %}{% unless forloop.last %}
|
||||
{% capture this_word %}{{ tags_list[item] | strip_newlines }}{% endcapture %}
|
||||
<h2 id="{{ this_word }}">{{ this_word }}</h2>
|
||||
<ul class="post-list">
|
||||
|
Reference in New Issue
Block a user