all repos — flounder @ 6786b7479b3193417970da3e7365916b5f384bc7

A small site builder for the Gemini protocol

Add thin line before footer
alex wennerberg alex@alexwennerberg.com
Wed, 27 Jan 2021 20:43:44 -0800
commit

6786b7479b3193417970da3e7365916b5f384bc7

parent

2f33cb9c4ccff15b41d158aca61267b2b339ba40

2 files changed, 8 insertions(+), 0 deletions(-)

jump to
M templates/static/style.csstemplates/static/style.css

@@ -159,3 +159,10 @@ margin-left: 0;

margin-right: 0; } } + +hr.thin { + border: 0; + height: 0; + border-top: 1px solid rgba(0, 0, 0, 0.1); + border-bottom: 1px solid rgba(255, 255, 255, 0.3); +}
M templates/user_page.htmltemplates/user_page.html

@@ -11,6 +11,7 @@ <body>

<main> {{.SiteBody}} <br> +<hr class="thin" \> {{$parent := parent .URI.Path}} {{ if ne .URI.Path "/"}} {{ if ne $parent "/"}}