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

Display title in post's page button.

This commit is contained in:
Cotes Chung
2020-01-03 00:37:56 +08:00
parent 6ba47c931a
commit 2ad4dc1b4e
3 changed files with 40 additions and 14 deletions

View File

@@ -42,7 +42,7 @@
{% if score_list.size > 0 %}
{% assign score_list = score_list | sort | reverse %}
{% assign count = 0 %}
<div id="related-posts" class="mt-4 mb-4 pb-3">
<div id="related-posts" class="mt-4 mb-2 mb-sm-4 pb-2">
<h3 class="pt-2 mt-1 mb-4" data-toc-skip>Related Posts</h3>
<div class="card-deck mb-4">
{% for score_item in score_list %}