creek-jekyll-theme 1.1.0 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/navigation/main.yml +9 -7
- data/_includes/masthead.html +3 -3
- 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: 6b5be76b341e3150327b4fb3c621ecd5888377f1bc8a6ec6f871dd0fce2dc2d0
|
4
|
+
data.tar.gz: b9f0c0e15bab054de6dffea5f28b3b4a1eacaee0c9ce59060775e768dcba8d1b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 793a02903a22bce36839dbbdfe76b5e389a99be7086566ff62772dbe840bf8a8cf7723f024a8004552c77a4bd3b3f8d4fe288ec15c833026927dbb907588abc5
|
7
|
+
data.tar.gz: 1590c4bccba9ace0f6c4e5634f21a9a4d3b65d8f312e2cb9f739c2e4b5175cfe12986a9a13f5f56429ae4a7ea1b77f2be95a833b505c5748ae7010d2a8d413e8
|
data/_data/navigation/main.yml
CHANGED
@@ -2,12 +2,14 @@
|
|
2
2
|
# Links are absolute as this masthead is shared across sites.
|
3
3
|
|
4
4
|
- title: "Quick-Start Guide"
|
5
|
-
url:
|
6
|
-
- title: "
|
7
|
-
url:
|
8
|
-
- title: "
|
9
|
-
url:
|
5
|
+
url: /docs/quick-start-guide/
|
6
|
+
- title: "Tutorials"
|
7
|
+
url: /demos/
|
8
|
+
- title: "Extensions"
|
9
|
+
url: /extensions/
|
10
|
+
- title: "Announcements"
|
11
|
+
url: /posts/
|
10
12
|
- title: "About"
|
11
|
-
url:
|
13
|
+
url: /about/
|
12
14
|
- title: "Terms & Privacy Policy"
|
13
|
-
url:
|
15
|
+
url: /terms/
|
data/_includes/masthead.html
CHANGED
@@ -5,16 +5,16 @@
|
|
5
5
|
<div class="masthead__menu">
|
6
6
|
<nav id="site-nav" class="greedy-nav">
|
7
7
|
{% unless logo_path == empty %}
|
8
|
-
<a class="site-logo" href="{{ '/'
|
8
|
+
<a class="site-logo" href="{{ '/' }}"><img src="{{ logo_path }}" alt="{{ site.masthead_title | default: site.title }}"></a>
|
9
9
|
{% endunless %}
|
10
|
-
<a class="site-title" href="{{ '/'
|
10
|
+
<a class="site-title" href="{{ '/' }}">
|
11
11
|
{{ site.masthead_title | default: site.title }}
|
12
12
|
{% if site.subtitle %}<span class="site-subtitle">{{ site.subtitle }}</span>{% endif %}
|
13
13
|
</a>
|
14
14
|
<ul class="visible-links">
|
15
15
|
{%- for link in site.data.navigation.main -%}
|
16
16
|
<li class="masthead__menu-item">
|
17
|
-
<a href="{{ link.url
|
17
|
+
<a href="{{ link.url }}"{% if link.description %} title="{{ link.description }}"{% endif %}>{{ link.title }}</a>
|
18
18
|
</li>
|
19
19
|
{%- endfor -%}
|
20
20
|
</ul>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: creek-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Creek Service - Big Andy Coates
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-11-
|
11
|
+
date: 2022-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|