jekyll-theme-isabelline 0.1.16 → 0.1.17

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: ad5be7c385dd5a08657c0f3bda85f25f85af530b055d242d27ed2758dbb2c88a
4
- data.tar.gz: 5b7020b51e3f87b7b7e8fd61c0b0553ed15c399a13df22ab36577c4e5cc53a72
3
+ metadata.gz: 0e9ddf7a815f2773e6483253487670e73ea470f6046789fa8e9bce71ce557d7a
4
+ data.tar.gz: 39651fe750a82754ae299a7b867d47e7c8d74fede5d72b36f701e658ac66e6d7
5
5
  SHA512:
6
- metadata.gz: 5845e5ef754b82548cd1c13380a3361123e0fc34308de3abdc5416e7483fcb1dd1f0cfa38a2105f06a3734b7f2cfb40679510bdd17a5253547e240d82eaa9784
7
- data.tar.gz: cf415e32b1f8982d6d484cc54d405cc7a12f65fbb9792a824a4510eaddf4e0230d67cf636b2eaff55c0e2c45b843859debdfb207ccfde0300f90146bd17318b2
6
+ metadata.gz: 2df7a7fce49bd0592507ce2220a08cf79336756776849ffd310f979d8c57ae99e5fb6a8d7d7770f09a75b832a21e17a75798db28496fcb9587091cdd555c0920
7
+ data.tar.gz: 50204de4dc1c254735f8fcf2f6f975093d2ee20ee7b6be22f257fc836d469b302b17203a37fc58d6ab5f41412e3cb7bbbca7181dc440f1623dfff73f6f0caa61
@@ -0,0 +1,11 @@
1
+
2
+ {% if page.layout == "post" or page.layout == "blog" or page.layout == "page" %}
3
+ <!--
4
+ <div class="byline">
5
+ <span class="author">{{ site.author.short_name }}</span>
6
+ <span class="date">{{ page.date | date: "%a, %-d %b, %Y" }}</span>
7
+ </div>
8
+ -->
9
+ {% else %}
10
+ <!-- this page type has no byline -->
11
+ {% endif %}
@@ -3,7 +3,6 @@
3
3
  {% include head.html %}
4
4
  <body>
5
5
  {% include header.html %}
6
- {% include byline.html %}
7
6
  {{ content
8
7
  | replace: '<!--qed-->', ' <span class="qed">&#8718;</span>'
9
8
  | replace: '\=\>', '&#8658;'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-isabelline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.16
4
+ version: 0.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rouslan Zenetl
@@ -55,6 +55,7 @@ files:
55
55
  - LICENSE.txt
56
56
  - README.md
57
57
  - _includes/additional_glboal_nav.html
58
+ - _includes/byline.html
58
59
  - _includes/footer.html
59
60
  - _includes/google_analytics.html
60
61
  - _includes/head-meta.html