Skip to content

Commit

Permalink
feat(seo): Add Jekyll SEO plugin
Browse files Browse the repository at this point in the history
WIP: #2
  • Loading branch information
Derek Michael Frank committed Mar 10, 2017
1 parent 4929b78 commit 2831f8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ gems:
- jekyll-paginate
- jekyll-watch
- jekyll-sitemap
- jekyll-seo-tag
2 changes: 2 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
<link rel"shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>

{% include analytics.html %}
{% seo %}
</head>

<body>
Expand Down

0 comments on commit 2831f8c

Please sign in to comment.