: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
#+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