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

View file

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

View file

@ -6,7 +6,6 @@
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.name }}{% endif %}</title> <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="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" /> <link rel="alternate" type="application/rss+xml" title="RSS Feed for {{ site.name }}" href="{{ site.baseurl }}/feed.xml" />
{% seo %}
</head> </head>
<body> <body>
{% include security-camera-svgrepo-com.svg %} {% include security-camera-svgrepo-com.svg %}