creek-jekyll-theme 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/masthead.html +3 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8936d434f6e295ea87d099c1ebf30b207b43606a4de5af737c089fd9bd21937a
4
- data.tar.gz: 06cca6157f98b065e0b96c6a5dab8946ec9daa6dcc6d37ddffc5d5b21a17ef70
3
+ metadata.gz: cb7fb6c3ceeedd63ad3c17adfe0b6d04b63fac8eacdc32df234152fd6e118698
4
+ data.tar.gz: c6995f34497ad29b9cf18293260041a374ad2778e3f8dc78e7f1a40f9e9a8b9d
5
5
  SHA512:
6
- metadata.gz: 456365cbccee83bedd96a746d8a89c00a0f60167a2c219e95e9216b9b46bd8e1e7c1713f3a38cb1d36103db10f92e3f66b84d7a06812621c542fe986a103362e
7
- data.tar.gz: dd350abf9dd09e81689b919533f3cbb2c026d7455e6a62c0cf45d1c3cef2e801bc67807de5ba73b60f84380bdaaceaf0d3686c1db008dbdf40770fe0fea46621
6
+ metadata.gz: 295abfde170889de61b791a5cb0b49a8a3166fcdf3a87b01fc173cba849e87794fc27d5b3797a53522ca0952ada081824328486fe00d30ea846d2aba23416438
7
+ data.tar.gz: d45e9fa9210690497af3edf2b51cc4084c9ca77ab6651f6422e13cbfa7c2ce38c88b4db1160174f9d9a43322428d854ccd76268a5e747052efaec0d892f5982b
@@ -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.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Creek Service - Big Andy Coates