diff options
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 }} |