diff options
| author | Franck Cuny <franck@lumberjaph.net> | 2013-07-25 18:22:27 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@lumberjaph.net> | 2013-07-25 18:22:27 -0700 |
| commit | 9816392b355156d19e7404ce1af9e36cb54d65ac (patch) | |
| tree | d8b170e89c239ae9a26475b2a703bc0548443ac3 | |
| parent | Remove useless empty page. (diff) | |
| download | lumberjaph-9816392b355156d19e7404ce1af9e36cb54d65ac.tar.gz | |
I don't need tags.
| -rw-r--r-- | tags.html | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/tags.html b/tags.html deleted file mode 100644 index d181f20..0000000 --- a/tags.html +++ /dev/null @@ -1,35 +0,0 @@ ---- -layout: page -title: Tag Index -description: "An archive of posts sorted by tag." ---- - -<ul class="tag-box inline"> -{% assign tags_list = site.tags %} - {% if tags_list.first[0] == null %} - {% for tag in tags_list %} - <li><a href="#{{ tag }}">{{ tag }} <span>{{ site.tags[tag].size }}</span></a></li> - {% endfor %} - {% else %} - {% for tag in tags_list %} - <li><a href="#{{ tag[0] }}">{{ tag[0] }} <span>{{ tag[1].size }}</span></a></li> - {% endfor %} - {% endif %} -{% assign tags_list = nil %} -</ul> - -{% for tag in site.tags %} - <h2 id="{{ tag[0] }}">{{ tag[0] }}</h2> - <ul class="post-list"> - {% assign pages_list = tag[1] %} - {% for post in pages_list %} - {% if post.title != null %} - {% if group == null or group == post.group %} - <li><a href="{{ site.url }}{{ post.url }}">{{ post.title }}<span class="entry-date"><time datetime="{{ post.date | date_to_xmlschema }}" itemprop="datePublished">{{ post.date | date: "%B %d, %Y" }}</time></span></a></li> - {% endif %} - {% endif %} - {% endfor %} - {% assign pages_list = nil %} - {% assign group = nil %} - </ul> -{% endfor %}
\ No newline at end of file |
