diff options
Diffstat (limited to 'default/templates/xhtml.xml')
| -rw-r--r-- | default/templates/xhtml.xml | 55 |
1 files changed, 27 insertions, 28 deletions
diff --git a/default/templates/xhtml.xml b/default/templates/xhtml.xml index b4caad8..e514fa2 100644 --- a/default/templates/xhtml.xml +++ b/default/templates/xhtml.xml @@ -2,34 +2,33 @@ <content type="text/html"> <tag>!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"</tag> <html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>%%title%%</title> - <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" /> - <meta name="author" content="Paul Buetow" /> - <meta name="publisher" content="Xerl Template Engine (xerl.buetow.org)" /> - <meta name="distribution" content="global" /> - <meta name="robots" content="index, follow" /> - <meta name="language" content="en, english" /> - <meta name="revisit-after" content="1 days" /> - <=link rel="alternate" type="application/rss+xml" title="buetow.org Newsfeed" href="http://rss.buetow.org" /> - <=link rel="stylesheet" type="text/css" href="%%stylesurl%%$$style$$" /> - </head> - <body> - <div class="header"> - <type class="bold">A fortune quote: </type> - <type class="italic">$$!/usr/games/fortune -s$$</type> - </div> - <div class="main"> - <navigation /> - <noop>%%content%%</noop> - <div class="footer"> - <noop>Generated in !!TIME!!s</noop> - <noop>| Powered by </noop> - <namedlink href="http://xerl.buetow.org">Xerl</namedlink> - <noop>| Xerl templates managed via Puppet/Git</noop> - </div> - </div> - </body> + <head> + <title>%%title%%</title> + <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" /> + <meta name="author" content="Paul Buetow" /> + <meta name="publisher" content="Xerl Template Engine (xerl.buetow.org)" /> + <meta name="distribution" content="global" /> + <meta name="robots" content="index, follow" /> + <meta name="language" content="en, english" /> + <meta name="revisit-after" content="7 days" /> + <link rel="stylesheet" type="text/css" href="%%stylesurl%%$$style$$" /> + </head> + <body> + <div class="header"> + <type class="bold">A fortune quote: </type> + <type class="italic">$$!/usr/games/fortune -s$$</type> + </div> + <div class="main"> + <navigation /> + <noop>%%content%%</noop> + <div class="footer"> + <noop>Generated in !!TIME!!s</noop> + <noop>| Powered by </noop> + <namedlink href="http://xerl.buetow.org">Xerl</namedlink> + <noop>| Xerl templates managed via Puppet/Git</noop> + </div> + </div> + </body> </html> </content> |
