fix metadata for posts pages
This commit is contained in:
parent
e63050e971
commit
d2513a8b54
2 changed files with 10 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: Posts by categories
|
||||||
|
permalink: /categories/
|
||||||
|
---
|
||||||
{% for category in site.categories %}
|
{% for category in site.categories %}
|
||||||
<h3>{{ category[0] }}</h3>
|
<h3>{{ category[0] }}</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
||||||
5
tags.md
5
tags.md
|
|
@ -1,3 +1,8 @@
|
||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: Posts by tags
|
||||||
|
permalink: /tags/
|
||||||
|
---
|
||||||
{% for tag in site.tags %}
|
{% for tag in site.tags %}
|
||||||
<h3>{{ tag[0] }}</h3>
|
<h3>{{ tag[0] }}</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue