move blog to /blog
This commit is contained in:
parent
f540328a61
commit
4d5a3768cc
210 changed files with 0 additions and 3 deletions
13
tags.html
13
tags.html
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
layout: page
|
||||
title: Posts by tags
|
||||
permalink: /tags/
|
||||
---
|
||||
{% for tag in site.tags %}
|
||||
<h3>{{ tag[0] }}</h3>
|
||||
<ul>
|
||||
{% for post in tag[1] %}
|
||||
<li><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endfor %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue