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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a5b8af9c40fb1db49d6a8897ca915846ed7d7378fe4719aeedf06cc0fd926ff3
4
- data.tar.gz: 1fc8e722e21fa75604812f23de873cded7995fda6a2099042afe2cdae752dc3f
3
+ metadata.gz: 6b5be76b341e3150327b4fb3c621ecd5888377f1bc8a6ec6f871dd0fce2dc2d0
4
+ data.tar.gz: b9f0c0e15bab054de6dffea5f28b3b4a1eacaee0c9ce59060775e768dcba8d1b
5
5
  SHA512:
6
- metadata.gz: b9c657651127f6f813fe3041b2f11146366ecf0310def90df68f8d77a6669d1454e051087a3ce0525035f3e6c113ad99c4ed131a30556ed5ad6ecdda2cabfab0
7
- data.tar.gz: 7241597adc99d361168bbde3d9781b94f253ab96b0adb6184960871a3f9cf6c7b8e71cb476f385566b5afb45a7364538e4d6e4163ac188ca03e8f6fa4fbcc127
6
+ metadata.gz: 793a02903a22bce36839dbbdfe76b5e389a99be7086566ff62772dbe840bf8a8cf7723f024a8004552c77a4bd3b3f8d4fe288ec15c833026927dbb907588abc5
7
+ data.tar.gz: 1590c4bccba9ace0f6c4e5634f21a9a4d3b65d8f312e2cb9f739c2e4b5175cfe12986a9a13f5f56429ae4a7ea1b77f2be95a833b505c5748ae7010d2a8d413e8
@@ -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: https://www.creekservice.org/docs/quick-start-guide/
6
- - title: "Demos"
7
- url: https://www.creekservice.org/demos/
8
- - title: "Posts"
9
- url: https://www.creekservice.org/posts/
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: https://www.creekservice.org/about/
13
+ url: /about/
12
14
  - title: "Terms & Privacy Policy"
13
- 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.1.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