creek-jekyll-theme 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/masthead.html +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb7fb6c3ceeedd63ad3c17adfe0b6d04b63fac8eacdc32df234152fd6e118698
|
4
|
+
data.tar.gz: c6995f34497ad29b9cf18293260041a374ad2778e3f8dc78e7f1a40f9e9a8b9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 295abfde170889de61b791a5cb0b49a8a3166fcdf3a87b01fc173cba849e87794fc27d5b3797a53522ca0952ada081824328486fe00d30ea846d2aba23416438
|
7
|
+
data.tar.gz: d45e9fa9210690497af3edf2b51cc4084c9ca77ab6651f6422e13cbfa7c2ce38c88b4db1160174f9d9a43322428d854ccd76268a5e747052efaec0d892f5982b
|
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 | relative_url }}" 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>
|