Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use Jekyll SEO Tag to generate page titles
  • Loading branch information
Ben Balter committed Aug 14, 2017
1 parent 920b0c4 commit 6a27e6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -2,4 +2,4 @@ title: Hacker theme
description: Hacker is a theme for GitHub Pages.
show_downloads: true
google_analytics:
theme:
theme: jekyll-theme-hacker
3 changes: 2 additions & 1 deletion _layouts/default.html
Expand Up @@ -5,7 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<title>{{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }}</title>

{% seo %}
</head>

<body>
Expand Down
3 changes: 2 additions & 1 deletion jekyll-theme-hacker.gemspec
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 6a27e6c

Please sign in to comment.