hugo

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 52cff29a7b3457ea1ed1396a259e8f3ebea67b1f
parent 79e36d3ae431005496429873a50aff0c21b98d77
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Mon, 11 Jul 2022 16:33:24 -0400

notes on partials

Diffstat:
Mstatic/style.css | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/static/style.css b/static/style.css @@ -22,12 +22,16 @@ footer { clear: both ; } +/* For TAGLIST.HTML */ .taglist { text-align: center ; clear: both ; } /* For NEXTPREV.HTML */ +#nextprev { + /* The container for both the previous and next articles. */ +} #prevart { float: left ; text-align: left ;