fix a bug in project.el

This commit is contained in:
Yann Esposito (Yogsototh) 2020-02-22 20:24:27 +00:00
parent 06be22d92c
commit 3ed0ede1ce
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
2 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,7 @@
(defvar draft-publish-dir (concat root-dir "_full"))
(defvar assets-dir (concat base-dir "/"))
(defvar publish-assets-dir (concat publish-dir "/"))
(defvar draft-publish-assets-dir (concat publish-drafts-dir "/"))
(defvar draft-publish-assets-dir (concat draft-publish-dir "/"))
(defvar posts-dir (concat base-dir "/posts"))
(defvar rss-title "Subscribe to articles")
(defvar posts-descr "Articles")

Binary file not shown.