mirror of
https://github.com/aljazceru/njump.git
synced 2026-02-01 04:04:41 +01:00
Restore print styles
This commit is contained in:
@@ -23,6 +23,9 @@ templ headCommonTemplate(params HeadParams) {
|
||||
} else {
|
||||
<link rel="stylesheet" type="text/css" href={ "/njump/static/tailwind-bundle.min.css?t=" + compileTimeTs }/>
|
||||
}
|
||||
<style>
|
||||
@media print { @page { margin: 2cm 3cm; } }
|
||||
</style>
|
||||
<meta name="theme-color" content="#e42a6d"/>
|
||||
if params.NaddrNaked != "" {
|
||||
<link rel="canonical" href={ "https://njump.me/" + params.NaddrNaked }/>
|
||||
|
||||
Reference in New Issue
Block a user