jekyll-recker 1.0.0 → 1.1.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe1b20e20cee29de09d145d281709dc36c4abd321a2a0153130b7aa9d060a431
4
- data.tar.gz: af9f959a802e6911cce08eac00a5558942e9174dfec7449cb1e17d5f1cf73ec6
3
+ metadata.gz: 5a852b13f2e2b938b22ca3c78104bd359d08adb51ae52a121fb6b10be47fb001
4
+ data.tar.gz: ac3102cf3ca8096e2089d4eddd808969cab5a940d0abb40ab57c5b22443e4531
5
5
  SHA512:
6
- metadata.gz: b5370fd759cfb3a5fac84e8fb295945e533fee8fbc8b87a5df1527385ed8daf131c5bb6a0fdc62f0c56244394c22d9e2bf12bce87c61a4332fb01712cbb45510
7
- data.tar.gz: 21f2e618b6d10eaf88d06d89d00c5b24aa0ac97795eadb0b77e60b8b0d9cd6117ac0476657e98ddd8ae0da2aa9c675622a14a93f50d7c27f3ca9266f812f1d74
6
+ metadata.gz: 85c6fff71f608f8b4cc2a57c5e367429020dc8cee4f35b89c04c2125b94592d64fee7a8f0b8d69c97d48ad389943f732fc8a315ed157ab43f628ec454d205688
7
+ data.tar.gz: ef871953cd77f65aa693898ed601f990ec7c500ff9be55c593449018de7f7277a154f142df10c07a642841b1c2f050a8dd6b1eaa7010159f96027a555aae79e4
data/_includes/nav.html CHANGED
@@ -3,5 +3,5 @@
3
3
  <a href="{% link archive.html %}" class="{% if page.active == 'archive' %}active{% endif %}">archive</a>
4
4
  <a href="{% link stats.org %}" class="{% if page.active == 'stats' %}active{% endif %}">stats</a>
5
5
  <a href="{% link contact.html %}" class="{% if page.active == 'contact' %}active{% endif %}">contact</a>
6
- <span class="float-right">{{ page.slug }}</span>
6
+ <span class="float-right hide-on-mobile">{{ page.slug }}</span>
7
7
  </nav>
@@ -14,6 +14,12 @@
14
14
  display: block;
15
15
  }
16
16
 
17
+ @media screen and (max-width: 600px) {
18
+ .hide-on-mobile {
19
+ display: none;
20
+ }
21
+ }
22
+
17
23
  ul.unstyled {
18
24
  list-style-type: none;
19
25
  margin: 0;
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Jekyll
4
4
  module Recker
5
- VERSION = '1.0.0'
5
+ VERSION = '1.1.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-recker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Recker