Add copyright & navigation to every page.
This commit is contained in:
parent
ffe32dfd97
commit
dd048b7720
16
publish.el
16
publish.el
@ -40,15 +40,13 @@
|
|||||||
:with-toc nil
|
:with-toc nil
|
||||||
:with-creator: nil
|
:with-creator: nil
|
||||||
:time-stamp-file: nil
|
:time-stamp-file: nil
|
||||||
|
:html-postamble "<p class=\"date\">Published: %d</p>
|
||||||
|
<hr /><footer><nav><a href=\"/\">< Home</a></nav>
|
||||||
|
Copyright © 2014 - 2023 Florian Obser. All rights reserved.
|
||||||
|
</footer>"
|
||||||
:html-head-include-default-style: nil
|
:html-head-include-default-style: nil
|
||||||
:html-head "<link rel=\"stylesheet\"
|
:html-head "<link rel=\"stylesheet\" href=\"simple.min.css\" type=\"text/css\"/>
|
||||||
href=\"simple.min.css\"
|
<link rel=\"stylesheet\" href=\"htmlize.min.css\" type=\"text/css\"/>
|
||||||
type=\"text/css\"/>
|
<link rel=\"stylesheet\" href=\"custom.css\" type=\"text/css\"/>")))
|
||||||
<link rel=\"stylesheet\"
|
|
||||||
href=\"htmlize.min.css\"
|
|
||||||
type=\"text/css\"/>
|
|
||||||
<link rel=\"stylesheet\"
|
|
||||||
href=\"custom.css\"
|
|
||||||
type=\"text/css\"/>")))
|
|
||||||
|
|
||||||
(org-publish "tlakh")
|
(org-publish "tlakh")
|
||||||
|
Loading…
Reference in New Issue
Block a user