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:
marko
2018-07-09 14:47:59 +02:00
parent a9e0a30538
commit b4b09f4c32
6 changed files with 30 additions and 78 deletions

View File

@@ -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$