diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-25 19:28:01 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-25 19:28:01 -0800 |
commit | a125b5bb727e080665ea9d1941303b206870e307 (patch) | |
tree | 791b76551c194b91a5253c37247ec38c90d5f50e | |
parent | 8bf94dd5c9529bc7fe599a32e96622d29d2c1436 (diff) |
actual copyright symbol
-rw-r--r-- | config/doom.org | 2 | ||||
-rw-r--r-- | index.org | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/doom.org b/config/doom.org index 1663afc..a458d5f 100644 --- a/config/doom.org +++ b/config/doom.org @@ -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 @@ -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 |