diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-06-03 07:50:50 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-06-03 07:50:50 +0200 |
| commit | c1cb2ddf0837c6d8ba38e2dc98fff74ec0d5a10a (patch) | |
| tree | 4c6c089fd1be4d8ab65d4d5ec0c945e1c4609473 /_layouts | |
| parent | f23f1d723b837a5becf11a9e391a472fa1db20c9 (diff) | |
| download | jo.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 '_layouts')
| -rw-r--r-- | _layouts/post.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 1adc02b..f4f7a99 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,9 +3,13 @@ layout: default --- <h1 class="post-title-smaller"> - {{ page.title }}{% if page.subtitle %}.<small class="post-subtitle"> {{ page.subtitle }}</small>{% endif %} + {{ page.title }} </h1> +{% if page.subtitle %} + <h2 class="post-subtitle">{{ page.subtitle }}</h2> +{% endif %} + {% include postmeta.html urltobeused="/" date=page.date tags=page.tags %} {{ content }} |
