evie-jekyll 1.0.2 → 1.0.3
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 +1 -1
- data/index.html +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1161a4937696e4cb3f2be58889a8c773d4b59434f527bbc6f6c58d9b2708d27
|
4
|
+
data.tar.gz: 46442a145cb70b24d3b2fba52c4fd1a8d4b6f4313f58422354f96f97b77313d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60113304b7dc48317da60e9765fe096d1f74cfa7828ec1a49c3b22481bb53eb9398aca0a0d456a1702bd061f882ef1541942b5ad9256651c4f2a0a9a157341f4
|
7
|
+
data.tar.gz: a7ab22107c8693b882955696413dc820edd2d914a89de8d31a389bdfe09eede219d040ba36c6d155b6da06af93275d87b8bb4c2671811f45932fd2fa795cfbbd
|
data/_includes/footer.html
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
</div>
|
21
21
|
<div class="footer__data__item">
|
22
22
|
<div class="footer__row">
|
23
|
-
<a href="https://github.com/PizzaFox/evie-jekyll
|
23
|
+
<a href="https://github.com/PizzaFox/evie-jekyll" target="_blank" class="footer__link">GitHub</a>
|
24
24
|
</div>
|
25
25
|
<div class="footer__row">
|
26
26
|
<a href="https://rubygems.org/gems/evie-jekyll" target="_blank" class="footer__link">Download on RubyGems.org</a>
|
data/index.html
CHANGED
@@ -12,7 +12,8 @@ layout: landing
|
|
12
12
|
<div class="hero__content__inner" id='navConverter'>
|
13
13
|
<h1 class="hero__title">A production-ready theme for your projects for Jekyll</h1>
|
14
14
|
<p class="hero__text">The Evie theme ported to Jekyll by <a href="https://jonahsnider.ninja">Jonah Snider</a>. I've added some minor improvements/optimizations as well.</p>
|
15
|
-
<a href="https://github.com/PizzaFox/evie-jekyll
|
15
|
+
<a href="https://github.com/PizzaFox/evie-jekyll" class="button hero__button">GitHub</a>
|
16
|
+
<a href="https://rubygems.org/gems/evie-jekyll" class="button button__accent">Download on RubyGems.org</a>
|
16
17
|
<a href="https://evie.undraw.co" class="button hero__button">Evie project page</a>
|
17
18
|
</div>
|
18
19
|
</div>
|