aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html7
-rw-r--r--_layouts/post.html4
2 files changed, 3 insertions, 8 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index f4d3255..b2939c0 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,14 +1,9 @@
<!DOCTYPE html>
<html>
<head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
-
<title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }}</title>
- <meta name="author" content="{{ site.name }}" />
- <meta name="description" content="{{ site.description }}">
+ {% include meta.html %}
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
diff --git a/_layouts/post.html b/_layouts/post.html
index a84a4fe..d27c480 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -13,5 +13,5 @@ layout: default
Written on {{ page.date | date: "%B %e, %Y" }}
</div>
- {% include disqus.html disqus_identifier=page.disqus_identifier %}
-</article> \ No newline at end of file
+ {% include disqus.html %}
+</article>