Erweiterung im html5Template

- ampLink hinzugefügt
- bei einer Seite metaDescription hinzugefügt
	geändert:       md/index.md
	geändert:       pandocTemplate/cwsvJudo.html5.pandocTemplate
- Graphikerzeugung überarbeitet
	geändert:       Makefile
- Funktion zur Rücklieferung des Galerielinks
	geändert:       phpLib/cwsvJudo/galTable.php
This commit is contained in:
marko
2018-05-30 05:08:00 +02:00
parent 385bdba337
commit 9d1f8897c9
4 changed files with 47 additions and 11 deletions

View File

@@ -36,6 +36,9 @@ $if(keywords)$
$endif$
$if(description)$
<meta name="description" content="$description$" />
$endif$
$if(ampVersionLink)$
<link rel="amphtml" href="$ampVersionLink$" />
$endif$
<title>$if(title-prefix)$$title-prefix$ $endif$$pagetitle$</title>
<style type="text/css">code{white-space: pre;}</style>