summaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/monospace/templates
diff options
context:
space:
mode:
Diffstat (limited to 'nikola/data/themes/monospace/templates')
-rw-r--r--nikola/data/themes/monospace/templates/base.tmpl1
-rw-r--r--nikola/data/themes/monospace/templates/base_helper.tmpl1
2 files changed, 0 insertions, 2 deletions
diff --git a/nikola/data/themes/monospace/templates/base.tmpl b/nikola/data/themes/monospace/templates/base.tmpl
index 7758ded..9eecbd4 100644
--- a/nikola/data/themes/monospace/templates/base.tmpl
+++ b/nikola/data/themes/monospace/templates/base.tmpl
@@ -40,5 +40,4 @@
</div>
</div>
${analytics}
- <script type="text/javascript">jQuery("a.image-reference").colorbox({rel:"gal",maxWidth:"80%",maxHeight:"80%",scalePhotos:true});</script>
</body>
diff --git a/nikola/data/themes/monospace/templates/base_helper.tmpl b/nikola/data/themes/monospace/templates/base_helper.tmpl
index 170dee1..aba8dff 100644
--- a/nikola/data/themes/monospace/templates/base_helper.tmpl
+++ b/nikola/data/themes/monospace/templates/base_helper.tmpl
@@ -1,7 +1,6 @@
## -*- coding: utf-8 -*-
<%def name="html_head()">
<meta charset="utf-8">
- <meta name="title" content="${title} | ${blog_title}" >
<meta name="description" content="${description}" >
<meta name="author" content="${blog_author}">
<title>${title} | ${blog_title}</title>