tailwind-jekyll-theme 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b8bb060197edf9e4d39bad7079b43b6c88de2410b133aecbecb705d92a150e9
4
- data.tar.gz: 87af9b5eecf4319df7f8ebe9844af3b644f4c419f59a8dbec3b6c2b173dd6247
3
+ metadata.gz: '08593bd3674a922e0b8f160d33b039e75e20176e850ab05c36486dda9f026b80'
4
+ data.tar.gz: 0f1de8c8eff73d2c1835db5e68e774da05ac576ba7306797548fc26c0e752305
5
5
  SHA512:
6
- metadata.gz: 43f9bf17896944d8ebad324fceb3e160874e9c2f4624b516bfbd6e15825a030254f798189d9faeb2ca9e5cb0d9b468f36cd25828df741ce6fc44f98ccd6d67b5
7
- data.tar.gz: 3a62e8b0c77730aab35d708f875e525f3855341c93c82f40f1371f5d0d50f9b8d151a6ecb05ce80e81c65d1f974cd82d83a2a5af958d30e4c4c19fa1cc5b8c14
6
+ metadata.gz: a3ddebb417d69b472f5c95cac97b77a4a39e1b60798b1520ddb2d4875a464002887010fd52ba17853744e776754043558764cdda14a3511f2e89d33cd81ffbc9
7
+ data.tar.gz: 595b4af04ce3a0892bd10734ccd5a1407d111cd02723f72bde981b9838ef93bed37e36a07844a837d16742acfc69e81908b6abb9714527feaf000377846adf7c
data/_includes/head.html CHANGED
@@ -3,7 +3,7 @@
3
3
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1">
5
5
  {%- seo -%}
6
- <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
6
+ <link rel="stylesheet" href="{{ "/assets/css/tailwind-jekyll-theme.css" | relative_url }}">
7
7
  {%- feed_meta -%}
8
8
  {%- if jekyll.environment == 'production' and site.google_analytics -%}
9
9
  {%- include google-analytics.html -%}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwind-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Kidd
@@ -127,8 +127,7 @@ files:
127
127
  - _layouts/home.html
128
128
  - _layouts/page.html
129
129
  - _layouts/post.html
130
- - _sass/tailwind-jekyll-theme.scss
131
- - assets/css/main.scss
130
+ - assets/css/tailwind-jekyll-theme.scss
132
131
  - assets/minima-social-icons.liquid
133
132
  homepage: https://github.com/n-at-han-k/tailwind-jekyll-theme
134
133
  licenses:
@@ -1,3 +0,0 @@
1
- @tailwind base;
2
- @tailwind components;
3
- @tailwind utilities;