aboutsummaryrefslogtreecommitdiff
path: root/_includes
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
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')
-rw-r--r--_includes/grid.html3
-rw-r--r--_includes/listtags.html4
2 files changed, 4 insertions, 3 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 %}
diff --git a/_includes/listtags.html b/_includes/listtags.html
index dcfa280..068eb55 100644
--- a/_includes/listtags.html
+++ b/_includes/listtags.html
@@ -3,9 +3,9 @@
{% capture tag_name %}{{ tag }}{% endcapture %}
{% if include.urltobeused == "" %}
- {% assign url = page.url %}
+ {% assign url = page.url | append: "/blog" %}
{% else %}
- {% assign url = "/" %}
+ {% assign url = "/blog" %}
{% endif %}
{% if site.lang == "ca" %}