Skip to content

Commit 008da99

Browse files
committed
Add SEO tags
1 parent bb1d3ba commit 008da99

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
source 'https://rubygems.org'
2-
gem 'github-pages'
2+
gem 'github-pages', group: :jekyll_plugins

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
safe: true
22
permalink: pretty
33

4+
title: Mopidy
5+
description: The extensible music server
6+
7+
plugins:
8+
- jekyll-seo-tag
9+
410
collections:
511
ext:
612
permalink: /ext/:title/

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<link rel="stylesheet" href="/media/css/mopidy.css">
99
<link rel="icon" type="image/png" sizes="32x32" href="/media/favicon/favicon-32x32.png">
1010
<link rel="icon" type="image/png" sizes="16x16" href="/media/favicon/favicon-16x16.png">
11+
{% seo title=false %}
1112
<script src="/media/js/mopidy.js"></script>
1213
<script>
1314
var _gaq = _gaq || [];

0 commit comments

Comments
 (0)