remove unused gems

This commit is contained in:
Jeppe Ernst 2018-01-24 21:33:03 +01:00
parent b3a05d12fe
commit 8374d39b88
3 changed files with 2 additions and 4 deletions

View File

@ -13,7 +13,7 @@ gem "jekyll", "~> 3.6.2"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
gem "github-pages", group: :jekyll_plugins
#gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do

View File

@ -32,5 +32,4 @@ sass:
sass_dir: _scss
plugins:
- jekyll-seo-tag
- jemoji

View File

@ -6,7 +6,6 @@
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.name }}{% endif %}</title>
<link rel="stylesheet" href="{{ site.baseurl }}/assets/style/main.css?{{ site.time | date: '%s' }}">
<link rel="alternate" type="application/rss+xml" title="RSS Feed for {{ site.name }}" href="{{ site.baseurl }}/feed.xml" />
{% seo %}
</head>
<body>
{% include security-camera-svgrepo-com.svg %}