creek-jekyll-theme 1.2.0 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15d9631471da4a5aafaef279c919474a86f65877f1fdaa191528384c7951dee8
4
- data.tar.gz: 8e78ddca0902b463f9dbbb3422bfb26fd1b895ad9d846444a76eb5d3ff664d03
3
+ metadata.gz: 6b5be76b341e3150327b4fb3c621ecd5888377f1bc8a6ec6f871dd0fce2dc2d0
4
+ data.tar.gz: b9f0c0e15bab054de6dffea5f28b3b4a1eacaee0c9ce59060775e768dcba8d1b
5
5
  SHA512:
6
- metadata.gz: cb56f99cd4289c4197bcbcd353a51741d5b5f4c72ac8e4c5ce6cb282be718d89f16071ee759ac16aa4e8f450c5445944839778dbd7959d5eb31eb1ec7c90bc49
7
- data.tar.gz: c575f3a88fd4152af9249aa3e5954eee1b20b355b7a1c84b7e51c7435540c2e09a1be4f947584db55bace2f5fe771888c9bdd7ae06fc43b1233be2098c8fcc5f
6
+ metadata.gz: 793a02903a22bce36839dbbdfe76b5e389a99be7086566ff62772dbe840bf8a8cf7723f024a8004552c77a4bd3b3f8d4fe288ec15c833026927dbb907588abc5
7
+ data.tar.gz: 1590c4bccba9ace0f6c4e5634f21a9a4d3b65d8f312e2cb9f739c2e4b5175cfe12986a9a13f5f56429ae4a7ea1b77f2be95a833b505c5748ae7010d2a8d413e8
@@ -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: https://www.creekservice.org/docs/quick-start-guide/
6
- - title: "Demos"
7
- url: https://www.creekservice.org/demos/
8
- - title: "Extension"
9
- url: https://www.creekservice.org/extensions/
5
+ url: /docs/quick-start-guide/
6
+ - title: "Tutorials"
7
+ url: /demos/
8
+ - title: "Extensions"
9
+ url: /extensions/
10
10
  - title: "Announcements"
11
- url: https://www.creekservice.org/posts/
11
+ url: /posts/
12
12
  - title: "About"
13
- url: https://www.creekservice.org/about/
13
+ url: /about/
14
14
  - title: "Terms & Privacy Policy"
15
- url: https://www.creekservice.org/terms/
15
+ url: /terms/
@@ -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="{{ '/' | relative_url }}"><img src="{{ logo_path | relative_url }}" alt="{{ site.masthead_title | default: site.title }}"></a>
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="{{ '/' | relative_url }}">
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 | relative_url }}"{% if link.description %} title="{{ link.description }}"{% endif %}>{{ link.title }}</a>
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.2.0
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-17 00:00:00.000000000 Z
11
+ date: 2022-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll