You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List matching tags on the footer of a post. The link is only useful if you have a page of all tags and content, since Jekyll does not make standalone pages for each tag.
16
31
17
32
Add this to your `_layouts/post.html` file.
18
33
19
34
```html
20
-
<spanclass="entry-tags">
35
+
<span >
21
36
{% for tag in page.tags %}
22
37
<ahref="{{ site.url }}/tags/#{{ tag }}"title="Pages tagged {{ tag }}"class="tag">
0 commit comments