Skip to content

Commit

Permalink
Revert "Improve metadata for posts and pages (closes barryclark#50)"
Browse files Browse the repository at this point in the history
This reverts commit d824fd8.
  • Loading branch information
masayuki authored and masayuki committed Dec 2, 2015
1 parent 3a009be commit e8a4e9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
18 changes: 0 additions & 18 deletions _includes/meta.html

This file was deleted.

7 changes: 6 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
<!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>

{% include meta.html %}
<meta name="author" content="{{ site.name }}" />
<meta name="description" content="{{ site.description }}">

<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
Expand Down

0 comments on commit e8a4e9e

Please sign in to comment.