jekyll-rtd-theme 1.0.5 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/reset/defaults.liquid +1 -1
- data/_layouts/default.liquid +9 -8
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b629411d3d74c24a69ba9ef73ece57bd3c002921eed7f78894dba51b71a24199
|
4
|
+
data.tar.gz: 5b8f754497e66c35af98199a8f077e207fd259bf29c6e74111aa152b3c6323d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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 -%}
|
data/_layouts/default.liquid
CHANGED
@@ -14,7 +14,7 @@ layout: plugins/compress
|
|
14
14
|
{%- endif %}
|
15
15
|
-->
|
16
16
|
|
17
|
-
<html
|
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"
|
149
|
-
|
150
|
-
{
|
151
|
-
|
152
|
-
|
153
|
-
|
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>
|