jekyll-theme-isotc211 0.1.3 → 0.1.4
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 +5 -5
- data/_includes/head.html +1 -1
- data/_layouts/default.html +1 -1
- data/_sass/main.scss +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: b8589cbcc6b5c191427d60dca021eca265a43617d4f8641110dc5a7c1dcc1c87
|
|
4
|
+
data.tar.gz: bcc8c10303e4e5fbbff78f9876dcdc1abd6d9c25d6559b6eb7e7eb3168060b83
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9af8ca331c7a24a2422ec7d6a7a248d7231d21f1772ac778266f61d79103605397683aff6967037ba3d7134219c7cc14d42be40bc1f586a4b195a66083cbf170
|
|
7
|
+
data.tar.gz: d154031d48513e3a838f9c57dd30a20b7d27c917f7fdcb0316687f2661e3d69e93b14dfc2ca823efea2bc9e5b97224edf61b9a8a6da346fe34cac6578ba6d55e
|
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
|
|
|
6
|
-
<title>{
|
|
6
|
+
<title>{% if page.title %}{{ page.title | escape }} — {% else %}{{ site.title | escape }} — {% endif %}{{ site.description }}</title>
|
|
7
7
|
|
|
8
8
|
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32" />
|
|
9
9
|
<link rel="icon" type="image/png" href="/images/android-chrome-192x192.png" sizes="192x192" />
|
data/_layouts/default.html
CHANGED
data/_sass/main.scss
CHANGED
|
@@ -117,14 +117,14 @@ body {
|
|
|
117
117
|
flex-flow: column nowrap;
|
|
118
118
|
|
|
119
119
|
h1 {
|
|
120
|
-
@include titleFontFamily(
|
|
120
|
+
@include titleFontFamily(false);
|
|
121
121
|
|
|
122
|
-
font-size:
|
|
122
|
+
font-size: 270%;
|
|
123
123
|
margin: 0;
|
|
124
|
-
margin-top:
|
|
124
|
+
margin-top: .6em;
|
|
125
125
|
margin-bottom: .2em;
|
|
126
126
|
margin-left: -.12em; // Visual alignment of capital G
|
|
127
|
-
letter-spacing: -.
|
|
127
|
+
letter-spacing: -.03em;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
p {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-isotc211
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-01
|
|
11
|
+
date: 2019-02-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -169,7 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
169
169
|
version: '0'
|
|
170
170
|
requirements: []
|
|
171
171
|
rubyforge_project:
|
|
172
|
-
rubygems_version: 2.6
|
|
172
|
+
rubygems_version: 2.7.6
|
|
173
173
|
signing_key:
|
|
174
174
|
specification_version: 4
|
|
175
175
|
summary: ISO/TC 211 Jekyll theme
|