Nur kleinere Korrekturen
modified: .gitignore modified: Makefile deleted: Makefile~ modified: pandocTemplate/cwsvJudo.amp.pandocTemplate modified: pandocTemplate/cwsvJudo.html5.pandocTemplate modified: phpLib/cwsvJudo/galleryRedirector.php
This commit is contained in:
@@ -51,7 +51,12 @@ $if(phpTitleFunction)$
|
||||
$else$
|
||||
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||||
$endif$
|
||||
<style>code{white-space: pre;}</style>
|
||||
<style>
|
||||
code{white-space: pre;}
|
||||
$for(css)$
|
||||
<?php include($$basePath."/$css$");?>
|
||||
$endfor$
|
||||
</style>
|
||||
$if(quotes)$
|
||||
<style>
|
||||
q { quotes: "“" "”" "‘" "’"; }
|
||||
@@ -62,9 +67,6 @@ $if(highlighting-css)$
|
||||
$highlighting-css$
|
||||
</style>
|
||||
$endif$
|
||||
$for(css)$
|
||||
<link rel="stylesheet" href="/$css$">
|
||||
$endfor$
|
||||
$for(extraCss)$
|
||||
<link rel="stylesheet" href="$extraCss$">
|
||||
$endfor$
|
||||
|
||||
Reference in New Issue
Block a user