diff --git a/_config.yml b/_config.yml index 36b701f..6298f5f 100644 --- a/_config.yml +++ b/_config.yml @@ -2,4 +2,4 @@ title: Midnight theme description: Midnight is a theme for GitHub Pages. show_downloads: true google_analytics: -theme: +theme: jekyll-theme-midnight \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 3db1fbb..a789865 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,7 +3,8 @@ - {{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }} + +{% seo %} diff --git a/jekyll-theme-midnight.gemspec b/jekyll-theme-midnight.gemspec index 4339a7d..eccef24 100644 --- a/jekyll-theme-midnight.gemspec +++ b/jekyll-theme-midnight.gemspec @@ -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