jekyll-theme-eclipsefdn 0.0.2 → 0.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/header.html +5 -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: 9ea2523f5c7fa873e62b4409b0053a1e3e4577cd0ceac32adb22bef962be3415
|
4
|
+
data.tar.gz: 4c57afe7e3c80f86383df340e4922c32152852c59763a4762f85f47e119dbc53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5b21328703c378e82be2fb66e0d53c148bb2c38d35dc79bbb032bdb7137db53b8a1fc0222ef545df0b8763505a7713672b8fec8f71645fbb519ea3ca1303a62
|
7
|
+
data.tar.gz: 8f43777bcb4655a4b7692eb1513777aa2846327f0350c2109947906b910de19b79069583087160956bd9aabae2a73c8ec4be26b178c2506e607d2162adfe1da0
|
data/_includes/header.html
CHANGED
@@ -20,7 +20,11 @@
|
|
20
20
|
</div>
|
21
21
|
<div class="col-sm-19 col-md-20 margin-top-10" id=main-menu-wrapper>
|
22
22
|
<div class="float-right hidden-xs" id=btn-call-for-action>
|
23
|
-
|
23
|
+
{% if site.links.download %}
|
24
|
+
<div id=btn-call-for-action><a href="{{ site.links.download }}" class="btn btn-huge btn-warning"><i class="fa fa-download"></i>Download</a></div>
|
25
|
+
{% else %}
|
26
|
+
<div id=btn-call-for-action><a href="https://www.eclipse.org/downloads/" class="btn btn-huge btn-warning"><i class="fa fa-download"></i>Download</a></div>
|
27
|
+
{% endif %}
|
24
28
|
</div>
|
25
29
|
<div class="navbar float-sm-right yamm" id=main-menu>
|
26
30
|
<div class="navbar-collapse collapse reset float-right" id=navbar-main-menu>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-eclipsefdn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christopher Guindon
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-07-
|
11
|
+
date: 2020-07-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -90,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
90
|
- !ruby/object:Gem::Version
|
91
91
|
version: '0'
|
92
92
|
requirements: []
|
93
|
-
rubygems_version: 3.0.
|
93
|
+
rubygems_version: 3.0.8
|
94
94
|
signing_key:
|
95
95
|
specification_version: 4
|
96
96
|
summary: Eclipse Foundation theme for project pages
|