just-the-docs 0.2.4 → 0.2.5
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/_includes/head.html +9 -3
- data/_sass/typography.scss +1 -1
- data/_sass/utilities/_layout.scss +1 -1
- data/_sass/utilities/_lists.scss +1 -1
- data/_sass/utilities/_spacing.scss +1 -1
- data/_sass/utilities/_typography.scss +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 84277d0c372ae947b9e9c10f2d2d63f9c05820de
|
|
4
|
+
data.tar.gz: fa1e641fa9d22cbae138bcba7f547a1e47ae2aa7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a167ec6ffb810f68a57decbd31ef1da71c59ed5fd56729baa97aea5397538a64eea3f820f16d9c944c55ec917a5d5fb10523756d42b020558a9b29c9a0ff3aae
|
|
7
|
+
data.tar.gz: 121b99ff601c34d78c1a52a3b89b6bfbdd1e8622b752063de6fafe9a7fe6727f1c41cdab85407e45f42fa062be80939468578e93aca4cce305816856f3f42f85
|
data/_includes/head.html
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
<head>
|
|
2
2
|
<meta charset="UTF-8">
|
|
3
3
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
|
|
5
|
+
{% if site.plugins.jekyll-seo == nil %}
|
|
6
|
+
<title>{{ page.title }} - {{ site.title }}</title>
|
|
7
|
+
|
|
8
|
+
{% if page.description %}
|
|
9
|
+
<meta name="Description" content="{{ page.description }}">
|
|
10
|
+
{% endif %}
|
|
6
11
|
{% endif %}
|
|
7
12
|
|
|
8
|
-
<
|
|
13
|
+
<link rel="shortcut icon" href="{{ "favicon.ico" | absolute_url }}" type="image/x-icon">
|
|
14
|
+
|
|
9
15
|
<link rel="stylesheet" href="{{ "/assets/css/just-the-docs.css" | absolute_url }}">
|
|
10
16
|
|
|
11
17
|
{% if site.ga_tracking != nil %}
|
data/_sass/typography.scss
CHANGED
data/_sass/utilities/_lists.scss
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
//
|
|
4
4
|
|
|
5
5
|
// scss-lint:disable SpaceAfterPropertyName
|
|
6
|
-
// stylelint-disable block-opening-brace-space-after, block-opening-brace-space-before, primer/selector-no-utility
|
|
6
|
+
// stylelint-disable block-opening-brace-space-after, block-opening-brace-space-before, primer/selector-no-utility, primer/no-override
|
|
7
7
|
|
|
8
8
|
// Margin spacer utilities
|
|
9
9
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: just-the-docs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Patrick Marsceill
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-05-
|
|
11
|
+
date: 2019-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|