summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile4
-rw-r--r--Gemfile.lock1
-rw-r--r--_config.yml1
-rw-r--r--_includes/header.html2
4 files changed, 7 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4a31e4e..dd0a38a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -15,9 +15,11 @@ gem "minima", "~> 2.5"
# gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
- gem "jekyll-feed", "~> 0.12"
+ gem 'jekyll-feed', '~> 0.12'
gem 'jekyll-paginate'
gem 'jekyll-multiple-languages-plugin'
+ gem 'jekyll-seo-tag'
+
end
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
diff --git a/Gemfile.lock b/Gemfile.lock
index a2632e2..75fc2d0 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -80,6 +80,7 @@ DEPENDENCIES
jekyll-feed (~> 0.12)
jekyll-multiple-languages-plugin
jekyll-paginate
+ jekyll-seo-tag
minima (~> 2.5)
tzinfo (>= 1, < 3)
tzinfo-data
diff --git a/_config.yml b/_config.yml
index 2e676b8..0e56b30 100644
--- a/_config.yml
+++ b/_config.yml
@@ -38,6 +38,7 @@ markdown: kramdown
plugins:
- jekyll-paginate
- jekyll-multiple-languages-plugin
+ - jekyll-seo-tag
exclude: ['README.md', 'LICENSE']
languages: ['es', 'en']
diff --git a/_includes/header.html b/_includes/header.html
index 625c8d4..b1448fe 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html lang="es">
+{% seo %}
+
<head>
<meta charset="UTF-8">
<title>{{ site.name }}</title>