Skip to content

Commit

Permalink
use Jekyll SEO Tag to generate page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Aug 14, 2017
1 parent efbef73 commit 6556241
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">

<title>{{ site.title | default: site.github.repository_name }}</title>
{% seo %}
</head>

<body>
Expand Down
3 changes: 2 additions & 1 deletion jekyll-theme-slate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ Gem::Specification.new do |s|
end

s.platform = Gem::Platform::RUBY
s.add_runtime_dependency "jekyll", "~> 3.3"
s.add_runtime_dependency "jekyll", "~> 3.5"
s.add_runtime_dependency "jekyll-seo-tag", "~> 2.0"
end

0 comments on commit 6556241

Please sign in to comment.