3 Star 8 Fork 7

江二十三 / ipvb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
posts-by-categories.html 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
江二十三 提交于 2017-01-10 18:59 . New theme
---
layout: default
make-smaller-titles: true
---
<div class="container-fluid index">
<div class="row index all-posts">
<h1 class="header author-header">{{ site.author_name }}</h1>
<h2 class="header" itemprop="headline">All posts</h2>
<h2 class="header categories" itemprop="headline"><small>grouped by
<div class="dropdown btn-group">
<button class="btn btn-categories dropdown-toggle btn-xs" type="button" data-toggle="dropdown">Categories
<span class="caret"></span>
</button>
<ul class="dropdown-menu">
<li><a href="{{ site.baseurl }}/posts/">Years</a></li>
</ul>
</div>
</small></h2>
{% for category in site.categories %}
<div class="col-md-12 content-panel articles">
<h2 id="{{ category | first }}-ref">{{ category | first }}</h2>
<ul>
{% for posts in category %}
{% for post in posts %}
{% unless post.pubdraft %}
<li>
<a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
<small class="hidden-xs">{{ post.date | date: "%B %-d, %Y" }}</small>
</li>
{% endunless %}
{% endfor %}
{% endfor %}
</ul>
</div>
{% endfor %}
</div>
</div>
1
https://gitee.com/ipvb/ipvb.git
git@gitee.com:ipvb/ipvb.git
ipvb
ipvb
ipvb
pages

搜索帮助