tailwind-jekyll-theme 0.1.6 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/head.html +1 -1
- metadata +2 -2
- /data/assets/css/{main.scss → tailwind-jekyll-theme.scss} +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '08593bd3674a922e0b8f160d33b039e75e20176e850ab05c36486dda9f026b80'
|
4
|
+
data.tar.gz: 0f1de8c8eff73d2c1835db5e68e774da05ac576ba7306797548fc26c0e752305
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/
|
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.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nathan Kidd
|
@@ -127,7 +127,7 @@ files:
|
|
127
127
|
- _layouts/home.html
|
128
128
|
- _layouts/page.html
|
129
129
|
- _layouts/post.html
|
130
|
-
- assets/css/
|
130
|
+
- assets/css/tailwind-jekyll-theme.scss
|
131
131
|
- assets/minima-social-icons.liquid
|
132
132
|
homepage: https://github.com/n-at-han-k/tailwind-jekyll-theme
|
133
133
|
licenses:
|
File without changes
|