pandoc-markdown-jekyll-theme 0.9.3 → 0.9.4

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: f7cf302980a2cb94ba8579981495d862801d253eda15898b3b34b6510639e53f
4
- data.tar.gz: 29861883493a62e313cc66eb2b013b17b22850d261870ef0a5d86e5be1a471fa
3
+ metadata.gz: 2183d4459b60f83c76a89806d99d62274b2e91bae5a4db20e7ed38d67815a561
4
+ data.tar.gz: 4c93a1fa9eb7fc7ebedb16a291c387d36c2ec762b48bc754f612bddeb33b5731
5
5
  SHA512:
6
- metadata.gz: 7e895f7f45d2244ea81e742fc5903f4874d9dedfeadc5d5d38adbaf71e9bf744158d14421960be6613cff7386266cdfa344c541194082d633bde3d77f6e4671a
7
- data.tar.gz: 5fac71d15bb318023fb23765c3563fc9b8ea0d1a61e5659e91c6199de876071ff3803a5eb27c6ca49eb31d87f8f1613969f6388efe732a555700c12280c547d8
6
+ metadata.gz: 0d8c10a7ceb8b63d9a39c7890b2148f658096acde3dbbb64604c45a4ddd05fc0e4526d303627f60a233a6d3462b3df6956e72223e96a6ca1b6d99e5b18bdf716
7
+ data.tar.gz: 327f72697790a7aa79ecc52b586e4512cf1bdefc0cb0ebfca074aa888d11ed9733b5c2cc80ab763a639039ac2d3777b21b82d7fda97157789eccd6d7483b783f
@@ -9,12 +9,7 @@
9
9
 
10
10
  {{ content }}
11
11
 
12
- {% if page.layout != 'index' -%}
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>
@@ -0,0 +1,5 @@
1
+ {% if page.layout != 'index' -%}
2
+ <footer>
3
+ <p class="signoff"><a href="{{ site.baseurl }}/">← Return home</a></p>
4
+ </footer>
5
+ {% endif -%}
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.3
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-10 00:00:00.000000000 Z
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