Compare commits
No commits in common. "034e505f8cc99eb0a24e4c061a6222ddb7dd84a5" and "06653c55e27f5b2a652afa7216ecff994656ab23" have entirely different histories.
034e505f8c
...
06653c55e2
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,4 +32,5 @@ sass:
|
|||
sass_dir: _scss
|
||||
|
||||
plugins:
|
||||
|
||||
- jekyll-seo-tag
|
||||
- jemoji
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<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