diff options
author | Alex Scerba <alex@scerba.org> | 2025-09-20 15:55:50 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2025-09-20 15:55:50 -0500 |
commit | ab11105ddb973e3cb29ee2fd200aabdd0091ee18 (patch) | |
tree | 05925909af4014cf2b51a0c87c844b6db8f6d243 /html | |
parent | ac56f7e8efecf883c22b9f2b65fab406f85de41b (diff) |
Update classes for styling.
Diffstat (limited to 'html')
-rw-r--r-- | html/post.tmpl.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/post.tmpl.html b/html/post.tmpl.html index be58952..730058e 100644 --- a/html/post.tmpl.html +++ b/html/post.tmpl.html @@ -8,7 +8,7 @@ <a href="/blog">< Return to blog...</a> </div> {{ template "article" . }} - <div class="return"> + <div class="return lower-return"> <a href="/blog">< Return to blog...</a> </div> </section> |