Removed unnecessary if around pagetitle.

This commit is contained in:
John MacFarlane 2012-11-02 19:45:52 -07:00
parent 1e32f28208
commit d99073f1be
6 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ $endfor$
$if(date-meta)$ $if(date-meta)$
<meta name="dcterms.date" content="$date-meta$" /> <meta name="dcterms.date" content="$date-meta$" />
$endif$ $endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title> <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
$if(highlighting-css)$ $if(highlighting-css)$
<style type="text/css"> <style type="text/css">
$highlighting-css$ $highlighting-css$

View file

@ -10,7 +10,7 @@ $endfor$
$if(date-meta)$ $if(date-meta)$
<meta name="date" content="$date-meta$" /> <meta name="date" content="$date-meta$" />
$endif$ $endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title> <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
$if(highlighting-css)$ $if(highlighting-css)$
<style type="text/css"> <style type="text/css">
$highlighting-css$ $highlighting-css$

View file

@ -9,7 +9,7 @@ $endfor$
$if(date-meta)$ $if(date-meta)$
<meta name="dcterms.date" content="$date-meta$"> <meta name="dcterms.date" content="$date-meta$">
$endif$ $endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title> <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]--> <![endif]-->

View file

@ -10,7 +10,7 @@ $endfor$
$if(date-meta)$ $if(date-meta)$
<meta name="date" content="$date-meta$" /> <meta name="date" content="$date-meta$" />
$endif$ $endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title> <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
<!-- configuration parameters --> <!-- configuration parameters -->
<meta name="defaultView" content="slideshow" /> <meta name="defaultView" content="slideshow" />
<meta name="controlVis" content="hidden" /> <meta name="controlVis" content="hidden" />

View file

@ -12,7 +12,7 @@ $endfor$
$if(date-meta)$ $if(date-meta)$
<meta name="date" content="$date-meta$" /> <meta name="date" content="$date-meta$" />
$endif$ $endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title> <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
$if(highlighting-css)$ $if(highlighting-css)$
<style type="text/css"> <style type="text/css">
$highlighting-css$ $highlighting-css$

View file

@ -12,7 +12,7 @@ $endfor$
$if(date-meta)$ $if(date-meta)$
<meta name="date" content="$date-meta$" /> <meta name="date" content="$date-meta$" />
$endif$ $endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title> <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
$if(highlighting-css)$ $if(highlighting-css)$
<style type="text/css"> <style type="text/css">
$highlighting-css$ $highlighting-css$