summaryrefslogtreecommitdiff
path: root/template.txt
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2017-08-30 09:52:20 +0930
committerdaniel-Jones <daniel@danieljon.es>2017-08-30 09:52:20 +0930
commit108bf25d291587989e789cf0f71b33dc3c7b7737 (patch)
tree6c825ffb91ba4043fd9e0efa7081a19460145c34 /template.txt
parent2391386f496705debf404c2269f04f727acb974d (diff)
downloadwebsite-108bf25d291587989e789cf0f71b33dc3c7b7737.tar.gz
website-108bf25d291587989e789cf0f71b33dc3c7b7737.zip
various changes and additions
Diffstat (limited to 'template.txt')
-rw-r--r--template.txt21
1 files changed, 20 insertions, 1 deletions
diff --git a/template.txt b/template.txt
index cac279f..23436c8 100644
--- a/template.txt
+++ b/template.txt
@@ -1,3 +1,5 @@
+<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
+<meta content="utf-8" http-equiv="encoding">
<html>
<head>
<title>{TITLE}</title>
@@ -6,7 +8,7 @@
<body bgcolor="#222" text="#eee" link="#3F51B5" vlink="#3F51B5">
<center>
<h1>danieljon.es</h1>
-<a href="/">index</a> <a href="/blog/1.html">blog</a> <a href="/portfolio.html">portfolio</a> </font> <br /> <br />
+<a href="/">index</a> <a href="/blog">blog</a> <a href="/portfolio.html">portfolio</a> </font> <br /> <br />
<a href="https://reddit.com/u/daniel_j-">reddit</a>
<a href="http://steamcommunity.com/id/imnotstraightatall/">steam</a>
<a href="https://github.com/daniel-Jones">github</a>
@@ -14,5 +16,22 @@
</center>
{CONTENT}
<center><br /><font size="2"> page generated on {TIME} </font></center>
+<!-- Piwik -->
+<script type="text/javascript">
+// forgive me for I have sinned
+ var _paq = _paq || [];
+ /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
+ _paq.push(['trackPageView']);
+ _paq.push(['enableLinkTracking']);
+ (function() {
+ var u="//danieljon.es/piwik/";
+ _paq.push(['setTrackerUrl', u+'piwik.php']);
+ _paq.push(['setSiteId', '1']);
+ var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
+ g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
+ })();
+</script>
+<!-- End Piwik Code -->
+
</body>
</html>