creek-jekyll-theme 1.2.0 → 1.3.0
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 +8 -8
- 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: 6ccd6c780c29085dae07395056a60a864d123a1a22393fd914e4e62529edfeb7
|
4
|
+
data.tar.gz: 4df27e95c713c9b72d6e1ebb7f3fef2a57aab1c5167c7a9496fc1b17de1f2bc4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf356411592cab1d9b53c9e8886342b46625428602cfbd5a246e4a6f1368c6e3a07ed57ba74ecae74d6e5b9d66aca7259c4d7dd0d6839d7bb89b6ba4e0336b50
|
7
|
+
data.tar.gz: ae66b7e4fc50dec46024e311a48ff959e558d52bfa82705e9a9e42aeea9a43b37d0cb30ca0eaa3e2466cba30262876f9b9a95a9b44cf0b7e92732a417e35ab07
|
data/_data/navigation/main.yml
CHANGED
@@ -2,14 +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: /tutorials/
|
8
|
+
- title: "Extensions"
|
9
|
+
url: /extensions/
|
10
10
|
- title: "Announcements"
|
11
|
-
url:
|
11
|
+
url: /posts/
|
12
12
|
- title: "About"
|
13
|
-
url:
|
13
|
+
url: /about/
|
14
14
|
- title: "Terms & Privacy Policy"
|
15
|
-
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.3.0
|
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-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|