aboutsummaryrefslogtreecommitdiff
path: root/_includes/meta.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/meta.html')
-rw-r--r--_includes/meta.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/_includes/meta.html b/_includes/meta.html
deleted file mode 100644
index a7a0d2c..0000000
--- a/_includes/meta.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-<meta http-equiv="X-UA-Compatible" content="IE=edge" />
-
-{% capture description %}{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}{% endcapture %}
-<meta name="description" content="{{ description }}" />