summaryrefslogtreecommitdiff
path: root/_site_build/_includes/head.html
diff options
context:
space:
mode:
Diffstat (limited to '_site_build/_includes/head.html')
-rw-r--r--_site_build/_includes/head.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/_site_build/_includes/head.html b/_site_build/_includes/head.html
deleted file mode 100644
index f122012..0000000
--- a/_site_build/_includes/head.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<meta charset="utf-8">
-<title>{{ page.title }} - {{ site.title }}</title>
-<meta name="author" content="{% if page.author %}{{ page.author }}{% else %}{{ site.author }}{% endif %}">
-<meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">
-<meta name="copyright" content="Copyright &copy; {{ site.copyright_year }} by {% if page.author %}{{ page.author }}{% else %}{{ site.author }}{% endif %}. All Rights Reserved.">
-{% if page.robots %}<meta name="robots" content="{{ page.robots }}">{% endif %}
-<meta name="viewport" content="width=device-width">
-<link rel="canonical" href="{{ site.url}}{{ page.url | chomp_url }}">
-<link rel="stylesheet" href="/css/style.css?v=1">
-<link rel="alternate" type="application/rss+xml" href="{% if site.production and site.feedburner %}http://feeds.feedburner.com/{{ site.feedburner }}{% else %}/feed/{% endif %}" title="Feed for {{ site.title }}">
-{% if site.production and site.google_site_verification %}<meta name="google-site-verification" content="{{ site.google_site_verification }}">{% endif %}
-<script src="/js/libs/modernizr-2.5.3.min.js"></script>