]> Untitled Git - monorepo.git/commitdiff
actual copyright symbol
authorPreston Pan <preston@nullring.xyz>
Fri, 26 Jan 2024 03:28:01 +0000 (19:28 -0800)
committerPreston Pan <preston@nullring.xyz>
Fri, 26 Jan 2024 03:28:01 +0000 (19:28 -0800)
config/doom.org
index.org

index 1663afc0c722b0cd7b2e14030e72bf7287d3a605..a458d5faa0f8ce382b0a753e02bf8c2f94100880 100644 (file)
@@ -332,7 +332,7 @@ In order to publish my website, we need to configure emacs to publish it somewhe
          :publishing-function org-publish-attachment)
         ("website" :auto-sitemap t :components ("website-org" "website-static"))))
 ;; (setq org-export-html-postamble-format '(("en" "<p class=\"preamble\"><a href=\"../index.html\">previous page</a> | <a href=\"/index.html\">home</a></p>")))
-(setq org-html-postamble "Copyright (c) 2024 Preston Pan")
+(setq org-html-postamble "Copyright © 2024 Preston Pan")
 (setq org-export-with-section-numbers nil)
 #+end_src
 *** Contacts
index 0ff25439ba1089b1c1775812ce021a2572de3542..ff8ccf4c85658203ae58b8d946b81240ac564886 100644 (file)
--- a/index.org
+++ b/index.org
@@ -62,7 +62,7 @@ website:
 #+begin_src shell :exports code :results silent
 cd ~/org/website
 git add .
-git commit -m "center postamble"
+git commit -m "actual copyright symbol"
 git push github main
 rsync -azvP ~/website_html/ root@nullring.xyz:/var/www/ret2pop/
 #+end_src