jekyll-rtd-theme 1.0.5 → 1.1.0

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
  SHA256:
3
- metadata.gz: 9e0d0a1744c43d43056bd120dc6e607de9d244daff4ba47c13859ded600bbd71
4
- data.tar.gz: 9fd29cc43e9243a76a6d6faa10f4312d4abf9d84551c1cf6b5c17121b06dfcf3
3
+ metadata.gz: b629411d3d74c24a69ba9ef73ece57bd3c002921eed7f78894dba51b71a24199
4
+ data.tar.gz: 5b8f754497e66c35af98199a8f077e207fd259bf29c6e74111aa152b3c6323d1
5
5
  SHA512:
6
- metadata.gz: 1f6e05a1edd9c5ab8883da9e5370d2c5da33c7999060f54b4e1802a666692ba5d325de5ee25021884dc880947fc64496bcfb9698a182581d1de965fbd1d1ac23
7
- data.tar.gz: 36c4d109990688a69a95ea52606a75984f04055ded488db6609c6f2731d168c6ff683d47bee4ef7186059f137cb6e6db82bdbdc58a02016f6b3b7e37f907cb96
6
+ metadata.gz: 3fb991c0098234c7d1c551c912d693a583bf84a507817722c38f89ca91b4812aa38919825726a8bf26fd51d81579e1a0e87e7ec3cc3897355edeca2418843e98
7
+ data.tar.gz: d717925336199e3242e956b6108d9f36e438cff3f291891b27ffde8385598ed72ef7a010d145e6230125c7492adfd367021c186ddb393779b90809bcb2414d5a
@@ -1,5 +1,5 @@
1
1
  {%- assign description = content | strip_html | split: " " | join: " " | escape | truncate: 150 -%}
2
- {%- assign version = "1.0.5" -%}
2
+ {%- assign version = "1.1.0" -%}
3
3
  {%- assign addons = "github, i18n, plugins, analytics" | split: ", " -%}
4
4
 
5
5
  {%- assign schema_lastmod = site.time | date_to_xmlschema -%}
@@ -14,7 +14,7 @@ layout: plugins/compress
14
14
  {%- endif %}
15
15
  -->
16
16
 
17
- <html amp class="writer-html5" lang="{{ lang }}">
17
+ <html class="writer-html5" lang="{{ lang }}">
18
18
 
19
19
  <head>
20
20
  <meta charset="utf-8">
@@ -145,13 +145,14 @@ layout: plugins/compress
145
145
  <div class="wy-nav-content">
146
146
  <div class="rst-content">
147
147
  {% include breadcrumbs.liquid %}
148
- <div class="document" role="main">
149
- {%- if page.url == "/search.html" -%}
150
- {{ content }}
151
- {%- else -%}
152
- <div class="section">{{ content }}</div>
153
- {%- endif -%}
154
-
148
+ <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
149
+ <div itemprop="articleBody">
150
+ {%- if page.url == "/search.html" -%}
151
+ {{ content }}
152
+ {%- else -%}
153
+ <div class="section">{{ content }}</div>
154
+ {%- endif -%}
155
+ </div>
155
156
  {% comment %} comments {% endcomment %}
156
157
  {% if site.disqus %}
157
158
  <div id="disqus_thread" class="articleComments"></div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-rtd-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - saowang