Skip to content

Commit fe8dd00

Browse files
committed
Add PDF download link in html only
Close #64
1 parent 2db805d commit fe8dd00

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

html.cfg

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,15 @@
4545
user-select: none;
4646
}}
4747

48+
\Css{.flushright:first-child {
49+
position:absolute;
50+
top: 10px;
51+
right: 50px;
52+
}}
53+
4854
\begin{document}
4955
\EndPreamble
56+
57+
\begin{flushright}
58+
\href{https://github.com/sysprog21/lkmpg/releases/download/latest/lkmpg.pdf}{Download PDF document}
59+
\end{flushright}

0 commit comments

Comments
 (0)