Allow inheritance of other dates too

.. for the same reason as for the previous commit.. useful for
inheriting these to the same posts in different languages.
master
Kaushal Modi 8 years ago
parent ae693b9b27
commit a8ae44e692
  1. 3
      ox-hugo.el

@ -2939,6 +2939,9 @@ are \"toml\" and \"yaml\"."
"HUGO_LOCALE"
"HUGO_PAIRED_SHORTCODES"
"DATE" ;Useful for inheriting same date to same posts in different languages
"HUGO_PUBLISHDATE"
"HUGO_EXPIRYDATE"
"HUGO_LASTMOD"
"HUGO_SLUG" ;Useful for inheriting same slug to same posts in different languages
"HUGO_AUTO_SET_LASTMOD")))
(mapcar (lambda (str)

Loading…
Cancel
Save