mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Add Related-Posts in the bottom of each posts.
This commit is contained in:
@@ -6,10 +6,10 @@ title: Tags
|
||||
# MIT License
|
||||
---
|
||||
|
||||
{%comment%}
|
||||
{% comment %}
|
||||
'site.tags' looks like a Map, e.g. site.tags.MyTag.[ Post0, Post1, ... ]
|
||||
Print the {{ site.tags }} will help you to understand it.
|
||||
{%endcomment%}
|
||||
{% endcomment %}
|
||||
<div id="tags" class="d-flex flex-wrap">
|
||||
{% assign tags = "" | split: "" %}
|
||||
{% for t in site.tags %}
|
||||
|
||||
Reference in New Issue
Block a user