creek-jekyll-theme 0.5.0 → 0.5.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: 07d0bcff0f05c78dbb58118d9105cb771e0c56bdc253fe3ef088e40128acc3b8
4
- data.tar.gz: 5bf3ce13e64afd07c3aecebaf633a5c05402931f12f6faf2b1d4269c098731fd
3
+ metadata.gz: cb7fb6c3ceeedd63ad3c17adfe0b6d04b63fac8eacdc32df234152fd6e118698
4
+ data.tar.gz: c6995f34497ad29b9cf18293260041a374ad2778e3f8dc78e7f1a40f9e9a8b9d
5
5
  SHA512:
6
- metadata.gz: 79a34111bec3719018a5425e1acd104ee77055041fc036922204868b61a38b4206725ec8f33da9041e7d782474be4580e0de9e811296dd91184679528f413188
7
- data.tar.gz: 64d6b47927e74c47f9e52516e686d6f92cdffcf0f674e74407605e7f641a60590a533322a4be1e7de0aaa962c482b88edaa614138e79422b434cc34b6b5fcd42
6
+ metadata.gz: 295abfde170889de61b791a5cb0b49a8a3166fcdf3a87b01fc173cba849e87794fc27d5b3797a53522ca0952ada081824328486fe00d30ea846d2aba23416438
7
+ data.tar.gz: d45e9fa9210690497af3edf2b51cc4084c9ca77ab6651f6422e13cbfa7c2ce38c88b4db1160174f9d9a43322428d854ccd76268a5e747052efaec0d892f5982b
@@ -1,9 +1,9 @@
1
1
  # Main masthead nav menu, shared across sites.
2
2
  - title: "Quick-Start Guide"
3
3
  url: /docs/quick-start-guide/
4
- - title: "About"
5
- url: /about/
6
4
  - title: "Demos"
7
5
  url: /demos/
6
+ - title: "About"
7
+ url: /about/
8
8
  - title: "Terms & Privacy Policy"
9
9
  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 | relative_url }}" 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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: creek-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Creek Service - Big Andy Coates