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.
- checksums.yaml +4 -4
- data/_includes/footer.html +13 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8908197d66ab419a20339900679b0c4bfd40270353d3c29965977ce4cafd4ed
|
4
|
+
data.tar.gz: 462f00ea27186ddf1ea51ea701c6d71315fb4f0c917a65d7d26ee14bc3e5796c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6982a60f0f4dac5ec05320374a8c0e50f900b815b5fb22b62d9ef941cb2af2713423e47adda149b175cf15bb0ab4041b4d3bc87beb8b3d394094f0ce48f69881
|
7
|
+
data.tar.gz: b960085ad437182175b9e64a854bb8677dbe66e2c493f9f6e78746275cce226ced759dc3e2e1213d25a6790eefaed5f9d609315f3d13f34b2f54c0384723505e
|
data/_includes/footer.html
CHANGED
@@ -22,7 +22,19 @@
|
|
22
22
|
{% else %}
|
23
23
|
{% assign year_string = year_from | append: ' ' | append: '-' | append: ' ' | append: year_to %}
|
24
24
|
{% endif %}
|
25
|
-
|
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.
|
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-
|
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.
|
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
|