|
|
|
|
@ -12,22 +12,20 @@ |
|
|
|
|
:END: |
|
|
|
|
~org-hugo-suppress-lastmod-period~ is set to *0.0* seconds in Local |
|
|
|
|
Variables. |
|
|
|
|
|
|
|
|
|
/For tests, the "current date" is always Dec 21, 2100./ |
|
|
|
|
* Auto set lastmod :autoset: |
|
|
|
|
:PROPERTIES: |
|
|
|
|
:EXPORT_HUGO_AUTO_SET_LASTMOD: t |
|
|
|
|
:END: |
|
|
|
|
** Suppress lastmod with auto-set-lastmod |
|
|
|
|
** Lastmod not suppressed as the suppress period is 0.0 |
|
|
|
|
:PROPERTIES: |
|
|
|
|
:EXPORT_DATE: 2100-12-21 |
|
|
|
|
:EXPORT_FILE_NAME: lastmod-not-suppressed-suppress-period-zero |
|
|
|
|
:END: |
|
|
|
|
#+begin_description |
|
|
|
|
~lastmod~ front-matter parameter is *not* suppressed in this post as |
|
|
|
|
=org-hugo-suppress-lastmod-period= is 0.0. |
|
|
|
|
=org-hugo-suppress-lastmod-period= is 0.0 (default). |
|
|
|
|
#+end_description |
|
|
|
|
|
|
|
|
|
#+include: "./suppress-lastmod-period-zero.org::#common" :only-contents t |
|
|
|
|
* Local Variables :ARCHIVE: |
|
|
|
|
# Local Variables: |
|
|
|
|
# org-hugo-suppress-lastmod-period: 0.0 |
|
|
|
|
# End: |
|
|
|
|
|