html 杰基尔的标签
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 杰基尔的标签相关的知识,希望对你有一定的参考价值。
---
layout: page
title: Tags in Blog
image: 20.jpg
permalink: /tags/
---
{% capture site_tags %}{% for tag in site.tags %}{{ tag | first }}{% unless forloop.last %},{% endunless %}{% endfor %}{% endcapture %}
{% assign tag_words = site_tags | split:',' | sort %}
<section class="blog-tags">
<ul class="tags clearfix">
{% for item in (0..site.tags.size) %}{% unless forloop.last %}
{% capture this_word %}{{ tag_words[item] | strip_newlines }}{% endcapture %}
<li><a href="#{{ this_word | cgi_escape }}" class="tag">{{ this_word }} <span>({{ site.tags[this_word].size }})</span></a></li>
{% endunless %}{% endfor %}
</ul>
{% for item in (0..site.tags.size) %}{% unless forloop.last %}
{% capture this_word %}{{ tag_words[item] | strip_newlines }}{% endcapture %}
<h2 id="{{ this_word | cgi_escape }}">{{ this_word }}</h2>
{% for post in site.tags[this_word] %}{% if post.title != null %}
<div class="tag-list">
<span><a href="{{ post.url }}">{{ post.title }}</a></span>
<small><span>| {{ post.date | date_to_string }}</span></small>
</div>
{% endif %}{% endfor %}
{% endunless %}{% endfor %}
</section> <!-- /.blog-tags -->
<!-- include tags in post -->
{% if page.tags.size >= 1 %}
<div class="post-tag">
<span>Tags:</span>
{% for tag in page.tags %}
<a href="{{ site.baseurl }}/tags#{{tag}}" class="tag">{{ tag }}</a>
{% endfor %}
</div>
{% else %}
{% endif %}
以上是关于html 杰基尔的标签的主要内容,如果未能解决你的问题,请参考以下文章
html 杰基尔演员 - 导航
html 杰基尔索引文件
html 杰基尔:按类别排除帖子
杰基尔的缓慢再生
ruby 杰基尔档案馆
ruby 杰基尔:Slugify文本