pandoc-markdown-jekyll-theme 0.9.3 → 0.9.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/default.html +1 -6
- data/_includes/footer.html +5 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2183d4459b60f83c76a89806d99d62274b2e91bae5a4db20e7ed38d67815a561
|
4
|
+
data.tar.gz: 4c93a1fa9eb7fc7ebedb16a291c387d36c2ec762b48bc754f612bddeb33b5731
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d8c10a7ceb8b63d9a39c7890b2148f658096acde3dbbb64604c45a4ddd05fc0e4526d303627f60a233a6d3462b3df6956e72223e96a6ca1b6d99e5b18bdf716
|
7
|
+
data.tar.gz: 327f72697790a7aa79ecc52b586e4512cf1bdefc0cb0ebfca074aa888d11ed9733b5c2cc80ab763a639039ac2d3777b21b82d7fda97157789eccd6d7483b783f
|
data/_includes/default.html
CHANGED
@@ -9,12 +9,7 @@
|
|
9
9
|
|
10
10
|
{{ content }}
|
11
11
|
|
12
|
-
{%
|
13
|
-
<footer>
|
14
|
-
<p class="signoff"><a href="{{ site.baseurl }}/">← Return home</a></p>
|
15
|
-
</footer>
|
16
|
-
{% endif -%}
|
17
|
-
|
12
|
+
{% include footer.html %}
|
18
13
|
{% include enable_checkboxes.html %}
|
19
14
|
{% include after.html %}
|
20
15
|
</body>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pandoc-markdown-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jake Zimmerman
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-07-
|
11
|
+
date: 2021-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll-pandoc
|
@@ -78,6 +78,7 @@ files:
|
|
78
78
|
- _includes/before.html
|
79
79
|
- _includes/default.html
|
80
80
|
- _includes/enable_checkboxes.html
|
81
|
+
- _includes/footer.html
|
81
82
|
- _includes/head.html
|
82
83
|
- _includes/header.html
|
83
84
|
- _includes/math.html
|