diff --git a/html.cfg b/html.cfg index 3b0dd5c..fa779bd 100644 --- a/html.cfg +++ b/html.cfg @@ -51,9 +51,20 @@ right: 50px; }} -\begin{document} -\EndPreamble +\Css{.right { + text-align: right; +}} -\begin{flushright} -\href{https://github.com/sysprog21/lkmpg/releases/download/latest/lkmpg.pdf}{Download PDF document} -\end{flushright} \ No newline at end of file +\AtBeginDocument{% +\Configure{@HEAD}{\HCode{ + +
+ \Hnewline}} +} + +\begin{document} +\EndPreamble \ No newline at end of file