_layouts/default.html in jekyll-theme-time-machine-0.0.4 vs _layouts/default.html in jekyll-theme-time-machine-0.1.0
- old
+ new
@@ -1,17 +1,17 @@
<!doctype html>
<!-- The Time Machine GitHub pages theme was designed and developed by Jon Rohan, on Feb 7, 2012. -->
<!-- Follow him for fun. http://twitter.com/jonrohan. Tail his code on https://github.com/jonrohan -->
-<html>
+<html lang="{{ site.lang | default: "en-US" }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="{{ '/assets/js/script.js' | relative_url }}"></script>
- <title>{{ site.title | default: site.github.repository_name }}</title>
+{% seo %}
<meta name="description" content="{{ site.description | default: site.github.project_tagline }}">
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>