1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

perf: calculate heading font size dynamically (#983)

This commit is contained in:
Cotes Chung
2023-05-13 09:03:13 +08:00
parent b3c4d741b2
commit 52f5ee9cd3
3 changed files with 19 additions and 34 deletions

View File

@@ -86,7 +86,7 @@
<a href="{{ post.url | relative_url }}" class="card post-preview h-100">
<div class="card-body">
{% include datetime.html date=post.date class="small" lang=include.lang %}
<h3 class="pt-0 my-2" data-toc-skip>{{ post.title }}</h3>
<h4 class="pt-0 my-2" data-toc-skip>{{ post.title }}</h4>
<div class="text-muted small">
<p>
{% include no-linenos.html content=post.content %}