Skip to content

Commit 1152a2f

Browse files
Update post-tags.md
1 parent 8808218 commit 1152a2f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

recipes/jekyll/snippets/post-tags.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
{% raw %}
44

5+
## Navigation
6+
7+
```html
8+
<a href="{{ '/posts/' | relative_url }}">All Posts</a>
9+
<a href="{{ '/tags/' | relative_url }}">All Tags</a>
10+
```
11+
12+
13+
## Tags of a post
14+
515
List matching tags on the footer of a post.
616

717
Add this to your `_layouts/post.html` file.

0 commit comments

Comments
 (0)