aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-31 13:22:14 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-31 13:22:14 -0600
commit8ea04db7015c25da184880a889832f16b234e44b (patch)
tree297e38033eb732d33cc1f09312e79d06f8f1bf8a
parent1447f264433a75f65d04f56ebfa70c403d6325ce (diff)
fix string
-rw-r--r--publish.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/publish.el b/publish.el
index 09f6dcd..bc64d75 100644
--- a/publish.el
+++ b/publish.el
@@ -81,8 +81,8 @@
(defvar jj/html-postamble "\
<footer>\
<aside id='cssa-webring-container' class='cssa-webring-container'></aside>\
- <section class='copyright-notice'>copyright © jjanzen 2024</section>
- <script src='/scripts/oneko.js'></script>
+ <section class='copyright-notice'>copyright © jjanzen 2024</section>\
+ <script src='/scripts/oneko.js'></script>\
</footer>")
(setq org-html-htmlize-output-type 'css)