From d941df36e7024d11db96e289437eb33d5a9d8e3f Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Wed, 28 Sep 2022 12:31:50 +0200 Subject: [PATCH] Read more button --- layouts/_default/index.html | 4 ++-- static/style.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/layouts/_default/index.html b/layouts/_default/index.html index 63154ee..e0d7c74 100644 --- a/layouts/_default/index.html +++ b/layouts/_default/index.html @@ -25,8 +25,8 @@ {{ end }} +

Read more

- {{ partial "pagination.html" . }} - {{ partial "stickers.html" . }} + {{ partial "stickers.html" }} {{ end }} diff --git a/static/style.css b/static/style.css index 547c521..e6f5889 100644 --- a/static/style.css +++ b/static/style.css @@ -79,6 +79,7 @@ header{text-transform: capitalize; text-align:center;border-bottom:2pt solid; fo table{ border-spacing:0; border: 1pt solid; padding:1em; margin:1em 0; } td{ border-bottom: 1pt dashed; } .posts{ overflow-x: auto; } +.posts p{ text-align: center;} .post-meta{ color: var(--ansi08); border-bottom: 1pt solid var(--ansi15); padding-bottom:.25em; margin-bottom: 1em;} .post-meta a{ color: inherit;} .post-meta a:hover{ color: var(--ansi15); background-color: var(--ansi00-hard);}