diff options
Diffstat (limited to 'elisp/publish.el')
-rw-r--r-- | elisp/publish.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/publish.el b/elisp/publish.el index e9b8c40..72767dc 100644 --- a/elisp/publish.el +++ b/elisp/publish.el @@ -51,7 +51,7 @@ PUB-DIR is when the output will be placed." ("static" :base-directory "~/Source/cleberg.net/static/" - :base-extension "css\\|el" + :base-extension "css\\|txt" :publishing-directory "~/Source/cleberg.net/public/static/" :publishing-function org-publish-attachment) ("website" :components ("cleberg.net" "rss" "static")))) |