Skip to content

Commit

Permalink
fix: mark setupfile as safe.
Browse files Browse the repository at this point in the history
  • Loading branch information
Panadestein committed Sep 3, 2024
1 parent 827c3f8 commit 201c8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-site.el
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
(setq org-html-validation-link nil
org-html-head-include-scripts nil
org-html-include-default-style nil
org-safe-remote-resources '("https://raw.githubusercontent.com/fniessen/org-html-themes/master/org/theme-readtheorg.setup")
org-safe-remote-resources '("https://fniessen.github.io/org-html-themes/org/theme-readtheorg.setup")
org-src-fontify-natively t)

;; Define the project to be published
Expand Down

0 comments on commit 201c8ee

Please sign in to comment.