We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f8bd1 commit 7621fa1Copy full SHA for 7621fa1
2 files changed
_layouts/home.html
@@ -45,14 +45,7 @@ <h2 class="mb-3 font-serif text-[1.5rem] leading-[0.98] tracking-[-0.03em]">
45
46
<!-- tags -->
47
{% if post.tags %}
48
- <div class="font-mono text-[0.66rem] uppercase tracking-[0.08em] text-red-600">
49
- {% for tag in post.tags %}
50
- <span>{{ tag }}</span>
51
- {% unless forloop.last %}
52
- <span class="text-gray-500"> · </span>
53
- {% endunless %}
54
- {% endfor %}
55
- </div>
+ {% include tags.html items=post.tags %}
56
{% endif %}
57
58
</article>
_layouts/notes.html
@@ -63,4 +63,3 @@ <h2 class="mb-1.5 font-sans text-[1.4rem] font-serif leading-[1] tracking-[-0.02
63
</div>
64
65
</section>
66
-
0 commit comments