diff options
author | JSDurand <mmemmew@gmail.com> | 2024-04-15 14:51:33 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2024-04-15 14:51:33 +0800 |
commit | 52bd828d104e21220ee4747e8f10131b2fce9adc (patch) | |
tree | 3bfaebde5843b25b2b1ab85efa7b2bbaa07b20aa | |
parent | 37d97586e5ab723158857ed1a46bb741bc557cfd (diff) |
org: Use the new favicon for the generated website.
* org-conf.el (durand-org-publish-favicon): Use the new favicon for
the generated website.
-rw-r--r-- | org-conf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-conf.el b/org-conf.el index 2cd4906..6f00728 100644 --- a/org-conf.el +++ b/org-conf.el @@ -585,7 +585,7 @@ href=\"website.css\"/>") (setq durand-org-publish-favicon "<link rel='shortcut icon' \ -href='https://jsdurand.xyz/favicon.ico'/>") +href='https://jsdurand.xyz/favicon2.ico'/>") ;;;; Custom postamble |