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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 496ae2f1eb421ecd6a894be36042bc0d1cc345cf
4
- data.tar.gz: 91b6b019f8aa1daec0d53d7a96859f5d5ba550e4
3
+ metadata.gz: 84277d0c372ae947b9e9c10f2d2d63f9c05820de
4
+ data.tar.gz: fa1e641fa9d22cbae138bcba7f547a1e47ae2aa7
5
5
  SHA512:
6
- metadata.gz: b9d87123018eaa901db264ff9d18db90ae20837ea9057c236d02caf89a7dcd9f0fb1226e3463bcb275ca4e7afb9e815c3dfddef08fff672ec6a023d040006573
7
- data.tar.gz: 0a8b8cf073a07481485fac60c67d24f0b25161c8c13d8e5823becb7179aa97bb3b6b97c39d4001ded4804b11d2e3ac722f22b720e240ed8b2b57cd33c94d471c
6
+ metadata.gz: a167ec6ffb810f68a57decbd31ef1da71c59ed5fd56729baa97aea5397538a64eea3f820f16d9c944c55ec917a5d5fb10523756d42b020558a9b29c9a0ff3aae
7
+ data.tar.gz: 121b99ff601c34d78c1a52a3b89b6bfbdd1e8622b752063de6fafe9a7fe6727f1c41cdab85407e45f42fa062be80939468578e93aca4cce305816856f3f42f85
@@ -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
- {% if page.description %}
5
- <meta name="Description" content="{{ page.description }}">
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
- <title>{{ page.title }} - {{ site.title }}</title>
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 %}
@@ -1,7 +1,7 @@
1
1
  //
2
2
  // Typography
3
3
  //
4
- // stylelint-disable primer/selector-no-utility, selector-no-type, selector-max-type
4
+ // stylelint-disable primer/selector-no-utility, primer/no-override, selector-no-type, selector-max-type
5
5
 
6
6
  h1,
7
7
  .text-alpha {
@@ -1,4 +1,4 @@
1
- // stylelint-disable primer/selector-no-utility
1
+ // stylelint-disable primer/selector-no-utility, primer/no-override
2
2
  //
3
3
  // Utility classes for layout
4
4
  //
@@ -2,7 +2,7 @@
2
2
  // Utility classes for lists
3
3
  //
4
4
 
5
- // stylelint-disable primer/selector-no-utility
5
+ // stylelint-disable primer/selector-no-utility, primer/no-override
6
6
 
7
7
  .list-style-none {
8
8
  padding: 0 !important;
@@ -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
 
@@ -2,7 +2,7 @@
2
2
  // Utility classes for typography
3
3
  //
4
4
 
5
- // stylelint-disable primer/selector-no-utility
5
+ // stylelint-disable primer/selector-no-utility, primer/no-override
6
6
 
7
7
  .fs-1 {
8
8
  @include fs-1;
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
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-01 00:00:00.000000000 Z
11
+ date: 2019-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll