Skip to content

Commit 6556241

Browse files
committed
use Jekyll SEO Tag to generate page titles
1 parent efbef73 commit 6556241

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

12-
<title>{{ site.title | default: site.github.repository_name }}</title>
12+
{% seo %}
1313
</head>
1414

1515
<body>

jekyll-theme-slate.gemspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ Gem::Specification.new do |s|
1414
end
1515

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

0 commit comments

Comments
 (0)