vertx-howtos-jekyll-theme 0.3.1 → 0.3.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/_layouts/default.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3c7f71147c59490edf93d3a554017f33160a65fad2ccc3363a9ddba56811ace5
|
4
|
+
data.tar.gz: 9232e16145deff1642a92fb83cb8814a4cb3032502a420c59209e8458d0fd125
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0acc3b340d4c9251bcd8c96387889790fbdf7ba1c7d1082b386cf5d23a2223291e40f9fea663b1b6eac15fcbc1049a1a0e9e7f4457c01f710c071d939bdf5393
|
7
|
+
data.tar.gz: 28ad9bcc14e201a6ad1979a1450b6c30a53217124b1b0ac4eec51b6174677a208a9d362c93dc31a03224c1eb6fcfe4b5500f30cd240c7165d37044ed3c84f3ea
|
data/_layouts/default.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{% include header.html %}
|
2
2
|
|
3
3
|
<nav class="navbar navbar-expand-lg sticky-top navbar-dark bg-purple mb-4 shadow-sm">
|
4
|
-
<a class="navbar-brand" href="
|
4
|
+
<a class="navbar-brand" href="/">
|
5
5
|
<img src="assets/images/vertx-square.svg" alt="Vert.x" width="40" height="40">
|
6
6
|
Eclipse Vert.x how-to
|
7
7
|
</a>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vertx-howtos-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Julien Ponge
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-03-
|
11
|
+
date: 2019-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|