Add keywords to HTML templates.
This commit is contained in:
parent
06fe6706f1
commit
f92d725b05
6 changed files with 18 additions and 0 deletions
|
@ -9,6 +9,9 @@ $for(author-meta)$
|
||||||
$endfor$
|
$endfor$
|
||||||
$if(date-meta)$
|
$if(date-meta)$
|
||||||
<meta name="date" content="$date-meta$" />
|
<meta name="date" content="$date-meta$" />
|
||||||
|
$endif$
|
||||||
|
$if(keywords)$
|
||||||
|
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
|
||||||
$endif$
|
$endif$
|
||||||
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||||||
<style type="text/css">code{white-space: pre;}</style>
|
<style type="text/css">code{white-space: pre;}</style>
|
||||||
|
|
|
@ -9,6 +9,9 @@ $for(author-meta)$
|
||||||
$endfor$
|
$endfor$
|
||||||
$if(date-meta)$
|
$if(date-meta)$
|
||||||
<meta name="dcterms.date" content="$date-meta$">
|
<meta name="dcterms.date" content="$date-meta$">
|
||||||
|
$endif$
|
||||||
|
$if(keywords)$
|
||||||
|
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$">
|
||||||
$endif$
|
$endif$
|
||||||
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||||||
<style type="text/css">code{white-space: pre;}</style>
|
<style type="text/css">code{white-space: pre;}</style>
|
||||||
|
|
|
@ -8,6 +8,9 @@ $for(author-meta)$
|
||||||
$endfor$
|
$endfor$
|
||||||
$if(date-meta)$
|
$if(date-meta)$
|
||||||
<meta name="dcterms.date" content="$date-meta$">
|
<meta name="dcterms.date" content="$date-meta$">
|
||||||
|
$endif$
|
||||||
|
$if(keywords)$
|
||||||
|
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$">
|
||||||
$endif$
|
$endif$
|
||||||
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
|
|
@ -9,6 +9,9 @@ $for(author-meta)$
|
||||||
$endfor$
|
$endfor$
|
||||||
$if(date-meta)$
|
$if(date-meta)$
|
||||||
<meta name="date" content="$date-meta$" />
|
<meta name="date" content="$date-meta$" />
|
||||||
|
$endif$
|
||||||
|
$if(keywords)$
|
||||||
|
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
|
||||||
$endif$
|
$endif$
|
||||||
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||||||
<style type="text/css">code{white-space: pre;}</style>
|
<style type="text/css">code{white-space: pre;}</style>
|
||||||
|
|
|
@ -11,6 +11,9 @@ $for(author-meta)$
|
||||||
$endfor$
|
$endfor$
|
||||||
$if(date-meta)$
|
$if(date-meta)$
|
||||||
<meta name="date" content="$date-meta$" />
|
<meta name="date" content="$date-meta$" />
|
||||||
|
$endif$
|
||||||
|
$if(keywords)$
|
||||||
|
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
|
||||||
$endif$
|
$endif$
|
||||||
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||||||
<style type="text/css">code{white-space: pre;}</style>
|
<style type="text/css">code{white-space: pre;}</style>
|
||||||
|
|
|
@ -11,6 +11,9 @@ $for(author-meta)$
|
||||||
$endfor$
|
$endfor$
|
||||||
$if(date-meta)$
|
$if(date-meta)$
|
||||||
<meta name="date" content="$date-meta$" />
|
<meta name="date" content="$date-meta$" />
|
||||||
|
$endif$
|
||||||
|
$if(keywords)$
|
||||||
|
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
|
||||||
$endif$
|
$endif$
|
||||||
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||||||
<style type="text/css">code{white-space: pre;}</style>
|
<style type="text/css">code{white-space: pre;}</style>
|
||||||
|
|
Loading…
Add table
Reference in a new issue