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 +4 -4
- data/_includes/ad.html +1 -0
- data/_layouts/home.html +1 -1
- data/_layouts/post.html +3 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 036d056dc1ff1f50449742f372b8ee749deb0e85abfb9d7dcaa15cf6b54b1319
|
4
|
+
data.tar.gz: 142196dffdf169e1d51cdda176db8819249bcbb215d5f5e07b9fdc47cc2d9ed1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
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.
|
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
|