aboutsummaryrefslogtreecommitdiff
path: root/_includes/grid.html
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-06-03 07:50:50 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-06-03 07:50:50 +0200
commitc1cb2ddf0837c6d8ba38e2dc98fff74ec0d5a10a (patch)
tree4c6c089fd1be4d8ab65d4d5ec0c945e1c4609473 /_includes/grid.html
parentf23f1d723b837a5becf11a9e391a472fa1db20c9 (diff)
downloadjo.mssola.com-c1cb2ddf0837c6d8ba38e2dc98fff74ec0d5a10a.tar.gz
jo.mssola.com-c1cb2ddf0837c6d8ba38e2dc98fff74ec0d5a10a.zip
Some updates that have been accumulating
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '_includes/grid.html')
-rw-r--r--_includes/grid.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/_includes/grid.html b/_includes/grid.html
index 89950b1..dcaa799 100644
--- a/_includes/grid.html
+++ b/_includes/grid.html
@@ -62,9 +62,10 @@
<div class="post-preview col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<a href="{{ post.url | prepend: site.baseurl }}">
<h2 class="post-title">
- {{ post.title }}{% if post.subtitle %}.<small class="post-subtitle"> {{ post.subtitle }}</small>{% endif %}
+ {{ post.title }}
</h2>
</a>
+ {% if post.subtitle %}<h3 class="post-subtitle-list"> {{ post.subtitle }}</h3>{% endif %}
{% include postmeta.html date=post.date tags=post.tags %}