aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-07 18:16:31 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-07 19:00:59 +0200
commit946d3407333a1767718904b31e48810723e7eca8 (patch)
tree61825aef3f536ce286d98c90af0dca8996a11bcc
parentshow "notes" on sidebar by default (diff)
downloadblog-946d3407333a1767718904b31e48810723e7eca8.tar.gz
blog-946d3407333a1767718904b31e48810723e7eca8.zip
notes: reuse the post-date class
Diffstat (limited to '')
-rw-r--r--_includes/notes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/notes.html b/_includes/notes.html
index cb5e93a..aa3822e 100644
--- a/_includes/notes.html
+++ b/_includes/notes.html
@@ -16,7 +16,7 @@
<a href="{{ note.url | relative_url }}" class="list-group-item">
<{{ h }} class="list-group-item-heading post-header">
<span class="text-monospace">{{ note.title }}</span>
- <small>{{ note.subtitle }}</small>
+ <small class="post-date">{{ note.subtitle }}</small>
</{{ h }}>
</a>
{% endfor %}