zerofetcher 0.0.31 → 0.0.32

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/code/JekyllFile.rb +3 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a8552f70fdaf9b11364c6dab682a5f4305e6e5c2
4
- data.tar.gz: a7ad864c0e97d68909ba8d8067591f30cb17d5e9
3
+ metadata.gz: 45473fd07503a499704ae1b69858dbc8bed17c81
4
+ data.tar.gz: 07e9e3d541005615d0037bc89ff06a0c6865f35f
5
5
  SHA512:
6
- metadata.gz: ba47eee44014c0afd451538b2a9751eca6c20cec1b812ddc759cc30a7c5b78821f181b42f99d1db31296736dce47b49ae7064c3852b7b7eadb6eaf54c7a8ce64
7
- data.tar.gz: 33d57e2f40164c4bee6c51bbacc7c93e009b8a2059e459c107538703e33195137559dfbd675c4a59f8564d054c4bfc8cd6279eec186d5f1653a53d09af9f6fc8
6
+ metadata.gz: f13aa6e4a833135c1716b1d62f1f2f9ec11c8533f03aa37cdb2898337aefbc74f884f2c23edf02fee8273a894d3b68753e9efafe8ddbe124a79bb75a2c125fb4
7
+ data.tar.gz: 0087a9f2648ee35788d65b6f94b2c88cf48f396b4f0f1fa86da033335ef078f8fca6f6cc7d1dc4fe26c7a2ba1aa9629ee3f864e4f63bf312173857dc964c5321
@@ -37,7 +37,9 @@ class JekyllFile
37
37
  # 'permalink' => '/' + @file_data['url'] + '/'
38
38
  # }
39
39
 
40
- @content_section = '{% include pages/' + @file_data['url'] + '.md %}'
40
+ #@content_section = '{% include pages/' + @file_data['url'] + '.md %}'
41
+ @content_section = '{% capture ' + @file_data['url'] + ' %}{% include pages/' + @file_data['url'] + '.md %}{% endcapture %}
42
+ {{ ' + @file_data['url'] + ' | markdownify }}'
41
43
  end
42
44
  end
43
45
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zerofetcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.31
4
+ version: 0.0.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Liccardo