Add thin line before footer
alex wennerberg alex@alexwennerberg.com
Wed, 27 Jan 2021 20:43:44 -0800
2 files changed,
8 insertions(+),
0 deletions(-)
M
templates/static/style.css
→
templates/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.html
→
templates/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 "/"}}