org-html-postamble-format
org-html-postamble-format is a variable defined in `ox-html.el
'.Its value is
(("en" " \nDate: %d
\n%c
\n%v
"))
Documentation:
Alist of languages and format strings for the HTML postamble.
The first element of each list is the language code, as used for
the LANGUAGE keyword. See `org-export-default-language'.
The second element of each list is a format string to format the
postamble itself. This format string can contain these elements:
%t stands for the title.
%a stands for the author's name.
%e stands for the author's email.
%d stands for the date.
%c will be replaced by `org-html-creator-string'.
%v will be replaced by `org-html-validation-link'.
%T will be replaced by the export time.
%C will be replaced by the last modification time.
If you need to use a "%" character, you need to escape it
like that: "%%".
You can customize this variable.