Fixed export language for config website

This commit is contained in:
Lucien Cartier-Tilet 2020-03-15 19:50:04 +01:00
parent c974c60128
commit fce23d5c2d
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

View File

@ -2904,7 +2904,7 @@
:exclude "\\./\\(CONTRIB\\|head\\|temp\\|svg-ink\\).*"
:publishing-directory "/ssh:Naro:~/www/phundrak.com/www/config"
:recursive t
:language "fr"
:language "en"
:publishing-function org-html-publish-to-html
:headline-levels 5
:auto-preamble t)
@ -2919,7 +2919,7 @@
:base-extension "css\\|scss\\|dart\\|js\\|png\\|jpg\\|gif\\|svg\\|jpeg\\|ttf\\|woff\\|txt\\|epub\\|md"
:publishing-directory "/ssh:Naro:~/www/phundrak.com/www/config"
:recursive t
:language "fr"
:language "en"
:publishing-function org-publish-attachment)
#+END_SRC