hamilton 0.1.1 → 0.1.2

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/_includes/footer.html +13 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: db9842c72222ab930de6c5ae134f539dbf431aea169589d58b4f101b1ae19cf3
4
- data.tar.gz: 9a9c5f059e298bb4719cc6ed7e791822a125b7d7b798b8d71609c2bdcf37111e
3
+ metadata.gz: b8908197d66ab419a20339900679b0c4bfd40270353d3c29965977ce4cafd4ed
4
+ data.tar.gz: 462f00ea27186ddf1ea51ea701c6d71315fb4f0c917a65d7d26ee14bc3e5796c
5
5
  SHA512:
6
- metadata.gz: d050a8c26d9d8aacaabdb4f4cd37badfbc54c1d93286510af383f6ce40e3a0132aca93696e5ba2ea5654d1fe3e37eb9b9eff0381273143e5ea49f0ec149d03ea
7
- data.tar.gz: 4b3a083754d61bae630ba0dab8945a11969906cf36beba67f4257916e824585d2cdc7a0d3c32e4fcaa3bffd3b74b8dfb6977bea10e730b1151c12ad657a916c9
6
+ metadata.gz: 6982a60f0f4dac5ec05320374a8c0e50f900b815b5fb22b62d9ef941cb2af2713423e47adda149b175cf15bb0ab4041b4d3bc87beb8b3d394094f0ce48f69881
7
+ data.tar.gz: b960085ad437182175b9e64a854bb8677dbe66e2c493f9f6e78746275cce226ced759dc3e2e1213d25a6790eefaed5f9d609315f3d13f34b2f54c0384723505e
@@ -22,7 +22,19 @@
22
22
  {% else %}
23
23
  {% assign year_string = year_from | append: ' ' | append: '-' | append: ' ' | append: year_to %}
24
24
  {% endif %}
25
- <p>© {{ year_string }} {% if site.author %}{{ site.author }}{% endif %}; Powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="https://github.com/hszhakka/hamilton">Hamilton</a>. All rights reserved.</p>
25
+
26
+ {% if site.author %}
27
+ {% if site.email %}
28
+ <p>© {{ year_string }} <a class="u-email" href="mailto:{{ site.email }}">{{ site.author }}</a>; All rights reserved.</p>
29
+ {% else %}
30
+ <p>© {{ year_string }} {{ site.author }}; All rights reserved.</p>
31
+ {% endif %}
32
+ {% endif %}
33
+
34
+ <p>
35
+ Powered by <a href="https://jekyllrb.com/">Jekyll</a> & <a href="https://github.com/hszhakka/hamilton">Hamilton</a>
36
+ </p>
37
+
26
38
  </div>
27
39
  </div>
28
40
  </footer>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hamilton
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shangzhi Huang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-12 00:00:00.000000000 Z
11
+ date: 2020-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -156,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
156
  - !ruby/object:Gem::Version
157
157
  version: '0'
158
158
  requirements: []
159
- rubygems_version: 3.0.1
159
+ rubygems_version: 3.0.6
160
160
  signing_key:
161
161
  specification_version: 4
162
162
  summary: Another minimal style of Jekyll theme for writers