File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
- gem 'github-pages'
2
+ gem 'github-pages' , group : :jekyll_plugins
Original file line number Diff line number Diff line change 1
1
safe : true
2
2
permalink : pretty
3
3
4
+ title : Mopidy
5
+ description : The extensible music server
6
+
7
+ plugins :
8
+ - jekyll-seo-tag
9
+
4
10
collections :
5
11
ext :
6
12
permalink : /ext/:title/
Original file line number Diff line number Diff line change 8
8
< link rel ="stylesheet " href ="/media/css/mopidy.css ">
9
9
< link rel ="icon " type ="image/png " sizes ="32x32 " href ="/media/favicon/favicon-32x32.png ">
10
10
< link rel ="icon " type ="image/png " sizes ="16x16 " href ="/media/favicon/favicon-16x16.png ">
11
+ {% seo title=false %}
11
12
< script src ="/media/js/mopidy.js "> </ script >
12
13
< script >
13
14
var _gaq = _gaq || [ ] ;
You can’t perform that action at this time.
0 commit comments