jekyll-theme-jt-alpha 0.1.17 → 0.1.18
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 +4 -4
- data/_layouts/about.html +1 -1
- data/_sass/jekyll-theme-jt-alpha/_base.scss +1 -1
- data/_sass/jekyll-theme-jt-alpha/_layout.scss +3 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6c12b10d4edf66d64997da21a7e849a72e6cf5d3764b841df06c58fb06066480
|
4
|
+
data.tar.gz: b4409a6a30ba6c3ff45d92ea2e7585c3b1296efd6c12a9b735999a5dbcefb003
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9fe16abcdb672a55e073fcd226008d94c980a126a62a2b91c205a023b9a07315208996e45da423ce087ed42b962772d3a446f12178f0c0f818e52c1ed135e0e5
|
7
|
+
data.tar.gz: d366e7f7b58936b870a49973752509fb02787a78379a2630fe77fbdfab2a6659550fb18e24e509f0945409936b7a4497440c03b97ebad013692c9e635abad547
|
data/_layouts/about.html
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
font-size: 0.8rem;
|
18
18
|
color: $metaFontColor;
|
19
19
|
}
|
20
|
-
.tagline
|
20
|
+
.tagline::before {
|
21
21
|
content: '— ';
|
22
22
|
}
|
23
23
|
.navigation {
|
@@ -120,12 +120,13 @@
|
|
120
120
|
color: $metaFontColor;
|
121
121
|
}
|
122
122
|
}
|
123
|
-
li
|
123
|
+
li::before {
|
124
124
|
content: '_';
|
125
125
|
}
|
126
126
|
}
|
127
127
|
}
|
128
128
|
.post-wrapper {
|
129
|
+
padding-top: 2rem;
|
129
130
|
header {
|
130
131
|
height: 2rem;
|
131
132
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-jt-alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- paikwiki
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|