We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae28c8 commit d0aa2a6Copy full SHA for d0aa2a6
_pages/blog.md
@@ -9,7 +9,7 @@ permalink: /blog/
9
{% assign pinned_posts = site.posts | where: "pinned", true %}
10
{% for post in pinned_posts %}
11
<article class="pinned-post">
12
- <span class="pinned-label">📌 Pinned</span>
+ <span class="pinned-label">📌</span>
13
<small>
14
Published: {{ post.date | date_to_string }}
15
{% if post.updated %}
0 commit comments