Use relative paths.

master
Stéphane Adjemian (Ryûk) 2021-10-30 17:51:33 +02:00
parent cf2150c311
commit c66f7ab814
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
(use-package ox-publish
:init
(setq sa-blog-header-file "~/website/stephane-adjemian.fr/assets/partials/header.html"
sa-blog-footer-file "~/website/stephane-adjemian.fr/assets/partials/footer.html"
(setq sa-blog-header-file "assets/partials/header.html"
sa-blog-footer-file "assets/partials/footer.html"
org-html-validation-link nil
make-backup-files nil
org-src-fontify-natively t)