bubblin-jekyll 1.1.6 → 1.1.7
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.
- checksums.yaml +4 -4
- data/_includes/header.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e9b01c92e1d21b1c039c03494aeae53d3711ab5
|
4
|
+
data.tar.gz: bcf5309d11f967d889e6bf7f181ba85364ac981d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9625fc0b805d9e65e604d7df5799e7dca68a2c49696aed76a5beb369c01b1452bab967924ee2b926070e7b709876d852f94fe1db0ada423da9e707dbb84da303
|
7
|
+
data.tar.gz: 729fc23a8a8239cc38dfae5586ebdd1a49436c9dfbedacbe063e9453d46f83049faaaf5cc49a583416b22d86fa724d865ea98086217631f49e45490374b5d1f0
|
data/_includes/header.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<a class="sprite-up logo left ir" role="blog main" href="{{ '/' | relative_url }}">{{ site.title | escape }}</a>
|
5
5
|
<a class="left beta-label super-small" href="{{ '/' | relative_url }}"> beta </a>
|
6
6
|
<div class="loader left hidden"></div>
|
7
|
-
<ul class="horizontal-list left navi-menu">
|
7
|
+
<ul class="horizontal-list left navi-menu hide-on-mobiles">
|
8
8
|
{% for path in page_paths %} {% assign my_page = site.pages | where: "path", path | first %} {% if my_page.title %}
|
9
9
|
<li>
|
10
10
|
<a href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
|