_layouts/default.html in jekyll-theme-minimal-0.0.4 vs _layouts/default.html in jekyll-theme-minimal-0.1.0
- old
+ new
@@ -1,10 +1,11 @@
<!doctype html>
-<html>
+<html lang="{{ site.lang | default: "en-US" }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
- <title>{{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }}</title>
+
+{% seo %}
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>