diff --git a/static/index.css b/static/index.css index dbe1fcf..08d0330 100644 --- a/static/index.css +++ b/static/index.css @@ -102,7 +102,7 @@ a:hover:after { .nav-bar { display: flex; flex-direction: row; - font-size: 1.1em; + font-size: 1.3em; margin-top: calc(12px + 1vh); margin-bottom: 1vw; } @@ -186,4 +186,7 @@ code { a::after { background-color: #bd93f9; } + code { + color: #50fa7b; + } } diff --git a/templates/blog_post.tmpl b/templates/blog_post.tmpl index 3a06c0a..40c3788 100644 --- a/templates/blog_post.tmpl +++ b/templates/blog_post.tmpl @@ -9,11 +9,6 @@
{{ template "nav.tmpl" . }} --This site used to have comments. Unfortunatley maintaining a comment system that can resist bots, spammers, and other hooligans is quite tiresome. Until I figure out a way to efficiently handle comments, they are disabled. Sorry for the inconvenience. -
{{ template "footer_no_banners.tmpl" . }} diff --git a/templates/donate.tmpl b/templates/donate.tmpl new file mode 100644 index 0000000..b3687e9 --- /dev/null +++ b/templates/donate.tmpl @@ -0,0 +1,22 @@ + + + + + + + ++Donations are greatly appreciated, but nowhere near necessary. +
++bc1qkvh6r23lv8t0tquwgzet9t07qwyk8ng96hkw7r +
+{{ template "footer_no_banners.tmpl" }} diff --git a/templates/footer.tmpl b/templates/footer.tmpl index f340b9c..c93e739 100644 --- a/templates/footer.tmpl +++ b/templates/footer.tmpl @@ -1,3 +1,4 @@ +