tailwind-jekyll-theme 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '08593bd3674a922e0b8f160d33b039e75e20176e850ab05c36486dda9f026b80'
4
- data.tar.gz: 0f1de8c8eff73d2c1835db5e68e774da05ac576ba7306797548fc26c0e752305
3
+ metadata.gz: 3ba60182d1bc319a7e2e188163588a6eb2fc622c55fadc5717ea7ea755d6ab00
4
+ data.tar.gz: 747c5a85cfe33e2b3006c8ae856e96824fcd78ec38e90cabb130160b3b14268f
5
5
  SHA512:
6
- metadata.gz: a3ddebb417d69b472f5c95cac97b77a4a39e1b60798b1520ddb2d4875a464002887010fd52ba17853744e776754043558764cdda14a3511f2e89d33cd81ffbc9
7
- data.tar.gz: 595b4af04ce3a0892bd10734ccd5a1407d111cd02723f72bde981b9838ef93bed37e36a07844a837d16742acfc69e81908b6abb9714527feaf000377846adf7c
6
+ metadata.gz: c1b833f4c8a2e9a58039ba4465f68964004294aae9766961b675d65bb9eb443569c452a85a23604c4c6e5e2fcf06c3c51c8dda7862a03a54558a6e25ac4cc1d5
7
+ data.tar.gz: 4ac36860f13e94587e765576c62992b49f55cb112864881e50d4fde346863b46215c201b2dd14e56ae684d8d22cade9ea5569098d996f402a2d5b84f24386033
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/tailwind-jekyll-theme.css" | relative_url }}">
6
+ <link rel="stylesheet" href="{{ "/assets/css/style.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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwind-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Kidd
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-10 00:00:00.000000000 Z
11
+ date: 2024-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -127,7 +127,7 @@ files:
127
127
  - _layouts/home.html
128
128
  - _layouts/page.html
129
129
  - _layouts/post.html
130
- - assets/css/tailwind-jekyll-theme.scss
130
+ - assets/css/style.scss
131
131
  - assets/minima-social-icons.liquid
132
132
  homepage: https://github.com/n-at-han-k/tailwind-jekyll-theme
133
133
  licenses: