diff options
author | Oscar Najera <hi@oscarnajera.com> | 2025-01-06 03:01:15 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2025-01-06 03:01:15 +0100 |
commit | ecb7569b3c047f6e6845f8a49f6eee3d6762a968 (patch) | |
tree | bb891a042c1ae57bb25c71bd739564e07812b6f4 /layouts/index.html | |
parent | 9dcafb5af5332ba0a5753abf441183417880a739 (diff) | |
download | hugo-minimalist-theme-ecb7569b3c047f6e6845f8a49f6eee3d6762a968.tar.gz hugo-minimalist-theme-ecb7569b3c047f6e6845f8a49f6eee3d6762a968.tar.bz2 hugo-minimalist-theme-ecb7569b3c047f6e6845f8a49f6eee3d6762a968.zip |
transfer so partial and defaults
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/layouts/index.html b/layouts/index.html index 7f7b5dd..970a64e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -7,10 +7,7 @@ {{ if gt (len .Pages) 0 }} <div class="odd:bg-white even:bg-gray-200"> <div class="max-w-screen-md mx-auto p-1"> - <h2 - id="{{ anchorize .Title | safeURL }}" - class="baskerville text-4xl my-6 font-bold" - > + <h2 id="{{ anchorize .Title | safeURL }}" class="baskerville"> {{ .Title }} </h2> {{ range first 3 .Pages.ByPublishDate.Reverse }} |