forked from ulovliglogning/ulovliglogning.dk
remove unused gems
This commit is contained in:
parent
b3a05d12fe
commit
8374d39b88
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
|
@ -32,5 +32,4 @@ sass:
|
|||
sass_dir: _scss
|
||||
|
||||
plugins:
|
||||
- jekyll-seo-tag
|
||||
- jemoji
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue