jekyll-theme-jsblog 1.0.37 → 1.0.38

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7142ecbea43295908996ba8268453998baafd16ba9f13b3d74f26f2c97e1f1f3
4
- data.tar.gz: 3aac5fd09ec6be7756ab98fa780822478284821666b1d5860cdf5778e14a4f80
3
+ metadata.gz: 036d056dc1ff1f50449742f372b8ee749deb0e85abfb9d7dcaa15cf6b54b1319
4
+ data.tar.gz: 142196dffdf169e1d51cdda176db8819249bcbb215d5f5e07b9fdc47cc2d9ed1
5
5
  SHA512:
6
- metadata.gz: a8f0b1f6b6e378e2d77d88cff7840408c7ad8e09d99dc91a4f20592ccfa16953d6e9a743fc042889b12784dab0cad6318d1e00b2b1be39ae7057c8f39b78b677
7
- data.tar.gz: 3f187ffaef93840b96f4ab2c216093b629adc83a8e5ba746358019e6b5152310f9b4ef10796f62720c9f17b14bd61fc94a9a1351687aacec6eabf980ffd062bd
6
+ metadata.gz: 2e34eb041ffda325941009ad11f6d7ed4dc5302d07f0f58e0eee44f008895d03df1f983042fbc636e4235b7cad07986d53b6b77f0c619390f47ca94fc947c24b
7
+ data.tar.gz: 43c2e03c0074d8bf0a488ec09c424847adeeffb2ea5a280a63843ad2d76d65e70a199fa5c5744d2fbea1f1e80c2e88c4fef17e2cd745dd7e169077f36d9cea52
data/_includes/ad.html ADDED
@@ -0,0 +1 @@
1
+ <div id="codefund"></div>
data/_layouts/home.html CHANGED
@@ -4,7 +4,7 @@ layout: default
4
4
 
5
5
  <div class="home">
6
6
 
7
- <div id="codefund"></div>
7
+ {% include ad.html %}
8
8
 
9
9
  {{ content }}
10
10
 
data/_layouts/post.html CHANGED
@@ -2,6 +2,7 @@
2
2
  layout: default
3
3
  ---
4
4
  <article class="post" itemscope itemtype="http://schema.org/BlogPosting">
5
+ <br>
5
6
 
6
7
  <header class="post-header">
7
8
  {% if page.external-url %}
@@ -14,6 +15,8 @@ layout: default
14
15
  {% include download_materials.html %}
15
16
  </header>
16
17
 
18
+ {% include ad.html %}
19
+
17
20
  <hr>
18
21
 
19
22
  <div class="post-content" itemprop="articleBody">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-jsblog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.37
4
+ version: 1.0.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Schiavo
@@ -103,6 +103,7 @@ extra_rdoc_files: []
103
103
  files:
104
104
  - LICENSE
105
105
  - README.md
106
+ - _includes/ad.html
106
107
  - _includes/custom_comments_provider.html
107
108
  - _includes/download_materials.html
108
109
  - _includes/fonts.html