diff options
author | noa@gaiwan.org | 2024-07-02 11:36:09 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-07-02 11:36:09 +0000 |
commit | dba15963c5f0d6bb859cdcc7acff6c47fdffcf75 (patch) | |
tree | a5e30c4f2b9eb14f465b67198fa3e75a30317081 | |
parent | abcb33681881aa0a1c04f7dcb6741d30bac42df1 (diff) |
Remove unused variable from website generator
-rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index b61bb0c..5765eb5 100644 --- a/config.org +++ b/config.org @@ -753,7 +753,7 @@ I generate my website using org mode. I use the built in ox-publish subsystem f #+end_src #+begin_src elisp - (setq noa/website-header (read-file-as-string "/home/noa/projects/org-website/templates/header.html")) + ;; (setq noa/website-header (read-file-as-string "/home/noa/projects/org-website/templates/header.html")) (setq noa/website-footer "<strong><a href=\"/\">noa.pub</a></strong> · <a href=\"https://creativecommons.org/licenses/by-sa/4.0/\">cc by-sa</a> · <a href=\"/index.xml\">feed</a> · |