Skip to content

Commit

Permalink
Use jekyll-seo-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Feb 1, 2018
1 parent 9a3e559 commit fed3fac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "jekyll", "~> 3.7"

group :jekyll_plugins do
gem "jekyll-seo-tag"
gem "jekyll-sitemap"
gem "jemoji"
end
Expand Down
2 changes: 1 addition & 1 deletion _includes/top.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>{% if page.title %}{{ page.title }} &mdash; {% endif %}{{ site.title }}</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'>
{% seo %}
<link rel="stylesheet" href={{ "/assets/css/style.css" | relative_url }}>
<link rel="icon" type="image/x-icon" href="{{ "/favicon.png" | relative_url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | relative_url }}">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: Overview
title: Themes and Plugins
overview: true
---

Expand Down

0 comments on commit fed3fac

Please sign in to comment.