fixed bug in lists

This commit is contained in:
Nuno Coração 2022-10-02 18:56:18 +01:00
parent e3d038e5eb
commit 9b022bb513
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
</div>
</section>
{{ if gt .Pages 0 }}
<section class="space-y-10 w-max">
<section class="space-y-10 w-fit">
{{ range (.Paginate (.Pages.GroupByDate "2006")).PageGroups }}
{{ if $.Params.groupByYear | default ($.Site.Params.list.groupByYear | default true) }}
<h2 class="mt-12 text-2xl font-bold text-neutral-700 first:mt-8 dark:text-neutral-300">

View file

@ -1,6 +1,6 @@
{
"name": "hugo-blowfish-theme",
"version": "1.4.3",
"version": "1.4.5",
"description": "Blowfish theme for Hugo",
"scripts": {
"preinstall": "rimraf assets/vendor",