oscailte 3.0.2 → 3.0.3

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: 87bf5672d2e692a574469c3286c590873d8bcbe4524e1873d9a1e64791846dae
4
- data.tar.gz: d49869b3f994e34e9675bd8f8950a81c4d9b0cece190a5b3a60586b08be43dae
3
+ metadata.gz: 8f00c1d21ce1bed147f8063436da2379a6908dbeb51f2688dca461430b5d8f65
4
+ data.tar.gz: 5a91ac7c059f62a23a838b39d5e8f1451ddfb97f69acd1509d96aa85cb080763
5
5
  SHA512:
6
- metadata.gz: 3525e1874908fb5424b21f7577b543c4150aaf70c178e814c092a795060f65c611b1c99c842c8c2e3b3bd19d444a071837e8e01c8de5016a37123955f355d210
7
- data.tar.gz: 0cc13d236f21c4195fa601814fa99b70c9bc7c84bfaad97d4760e7b96043f9d9f989f82937648a9c9c8d3ea54edb98088c8589192f2062a32f4d0ecc4aecab4e
6
+ metadata.gz: 6ebdf02d4e54b813df4a1b6a5eb4d66e87862f97eaa05c0eaefd61a8592b161973dc6bdc25b9a1ad85a656f81242119611a4369cf5e558f2f5c2e7499c55a729
7
+ data.tar.gz: d7aefc8c89de3755ea5099ec5eac029184da4233e1168216aea6953c68499db2e15021dac99a38a151db863b1bfc403861dfe747dd3eb4f06e463132751be607
@@ -2,16 +2,16 @@
2
2
 
3
3
  <div class="Social">
4
4
  <ul class="Social__list o-list-bare">
5
- {%- if social.dribbble -%}<li class="Social__item Social__item--dribbble o-no-owl"><a class="Social__link" href="https://dribbble.com/{{ social.dribbble | cgi_escape | escape }}" title="{{ social.dribbble | escape }}"> {%- include icon.html icon="dribbble" -%} </a></li>{%- endif -%}
6
- {%- if social.facebook -%}<li class="Social__item Social__item--facebook o-no-owl"><a class="Social__link" href="https://www.facebook.com/{{ social.facebook | cgi_escape | escape }}" title="{{ social.facebook | escape }}"> {%- include icon.html icon="facebook" -%} </a></li>{%- endif -%}
7
- {%- if social.flickr -%}<li class="Social__item Social__item--flickr o-no-owl"><a class="Social__link" href="https://www.flickr.com/photos/{{ social.flickr | cgi_escape | escape }}" title="{{ social.flickr | escape }}"> {%- include icon.html icon="flickr" -%} </a></li>{%- endif -%}
8
- {%- if social.github -%}<li class="Social__item Social__item--github o-no-owl"><a class="Social__link" href="https://github.com/{{ social.github | cgi_escape | escape }}" title="{{ social.github | escape }}"> {%- include icon.html icon="github" -%} </a></li>{%- endif -%}
9
- {%- if social.instagram -%}<li class="Social__item Social__item--instagram o-no-owl"><a class="Social__link" href="https://www.instagram.com/{{ social.instagram | cgi_escape | escape }}" title="{{ social.instagram | escape }}"> {%- include icon.html icon="instagram" -%} </a></li>{%- endif -%}
10
- {%- if social.keybase -%}<li class="Social__item Social__item--keybase o-no-owl"><a class="Social__link" href="https://keybase.io/{{ social.keybase | cgi_escape | escape }}" title="{{ social.keybase | escape }}"> {%- include icon.html icon="keybase" -%} </a></li>{%- endif -%}
11
- {%- if social.linkedin -%}<li class="Social__item Social__item--linkedin o-no-owl"><a class="Social__link" href="https://www.linkedin.com/in/{{ social.linkedin | cgi_escape | escape }}" title="{{ social.linkedin | escape }}"> {%- include icon.html icon="linkedin" -%} </a></li>{%- endif -%}
12
- {%- if social.pinterest -%}<li class="Social__item Social__item--pinterest o-no-owl"><a class="Social__link" href="https://www.pinterest.com/{{ social.pinterest | cgi_escape | escape }}" title="{{ social.pinterest | escape }}"> {%- include icon.html icon="pinterest" -%} </a></li>{%- endif -%}
13
- {%- if social.telegram -%}<li class="Social__item Social__item--telegram o-no-owl"><a class="Social__link" href="https://t.me/{{ social.telegram | cgi_escape | escape }}" title="{{ social.telegram | escape }}"> {%- include icon.html icon="telegram" -%} </a></li>{%- endif -%}
14
- {%- if social.twitter -%}<li class="Social__item Social__item--twitter o-no-owl"><a class="Social__link" href="https://twitter.com/{{ social.twitter | cgi_escape | escape }}" title="{{ social.twitter | escape }}"> {%- include icon.html icon="twitter" -%} </a></li>{%- endif -%}
15
- {%- if social.rss -%}<li class="Social__item Social__item--rss o-no-owl"><a class="Social__link" href="{{ 'feed.xml' | relative_url }}" title="{{ social.rss | escape }}"> {%- include icon.html icon="rss" -%} </a></li>{%- endif -%}
5
+ {%- if social.dribbble -%}<li class="Social__item Social__item--dribbble o-no-owl"><a class="Social__link" href="https://dribbble.com/{{ social.dribbble | cgi_escape | escape }}" title="Dribbble"> {%- include icon.html icon="dribbble" -%} </a></li>{%- endif -%}
6
+ {%- if social.facebook -%}<li class="Social__item Social__item--facebook o-no-owl"><a class="Social__link" href="https://www.facebook.com/{{ social.facebook | cgi_escape | escape }}" title="Facebook"> {%- include icon.html icon="facebook" -%} </a></li>{%- endif -%}
7
+ {%- if social.flickr -%}<li class="Social__item Social__item--flickr o-no-owl"><a class="Social__link" href="https://www.flickr.com/photos/{{ social.flickr | cgi_escape | escape }}" title="Flickr"> {%- include icon.html icon="flickr" -%} </a></li>{%- endif -%}
8
+ {%- if social.github -%}<li class="Social__item Social__item--github o-no-owl"><a class="Social__link" href="https://github.com/{{ social.github | cgi_escape | escape }}" title="Github"> {%- include icon.html icon="github" -%} </a></li>{%- endif -%}
9
+ {%- if social.instagram -%}<li class="Social__item Social__item--instagram o-no-owl"><a class="Social__link" href="https://www.instagram.com/{{ social.instagram | cgi_escape | escape }}" title="Instagram"> {%- include icon.html icon="instagram" -%} </a></li>{%- endif -%}
10
+ {%- if social.keybase -%}<li class="Social__item Social__item--keybase o-no-owl"><a class="Social__link" href="https://keybase.io/{{ social.keybase | cgi_escape | escape }}" title="Keybase"> {%- include icon.html icon="keybase" -%} </a></li>{%- endif -%}
11
+ {%- if social.linkedin -%}<li class="Social__item Social__item--linkedin o-no-owl"><a class="Social__link" href="https://www.linkedin.com/in/{{ social.linkedin | cgi_escape | escape }}" title="LinkedIn"> {%- include icon.html icon="linkedin" -%} </a></li>{%- endif -%}
12
+ {%- if social.pinterest -%}<li class="Social__item Social__item--pinterest o-no-owl"><a class="Social__link" href="https://www.pinterest.com/{{ social.pinterest | cgi_escape | escape }}" title="Pinterest"> {%- include icon.html icon="pinterest" -%} </a></li>{%- endif -%}
13
+ {%- if social.telegram -%}<li class="Social__item Social__item--telegram o-no-owl"><a class="Social__link" href="https://t.me/{{ social.telegram | cgi_escape | escape }}" title="Telegram"> {%- include icon.html icon="telegram" -%} </a></li>{%- endif -%}
14
+ {%- if social.twitter -%}<li class="Social__item Social__item--twitter o-no-owl"><a class="Social__link" href="https://twitter.com/{{ social.twitter | cgi_escape | escape }}" title="Twitter"> {%- include icon.html icon="twitter" -%} </a></li>{%- endif -%}
15
+ {%- if social.rss -%}<li class="Social__item Social__item--rss o-no-owl"><a class="Social__link" href="{{ 'feed.xml' | relative_url }}" title="RSS Feed"> {%- include icon.html icon="rss" -%} </a></li>{%- endif -%}
16
16
  </ul>
17
- </div>
17
+ </div>
@@ -15,7 +15,7 @@
15
15
  <body class="Site {% if body_modifier != '' %}Site--{{ body_modifier }}{% endif %}">
16
16
  {%- include header.html -%}
17
17
 
18
- <a href="#main-content" class="SkipNav" tabindex="1">{{ skip_to_main_content }}</a>
18
+ <a href="#main-content" class="SkipNav">{{ skip_to_main_content }}</a>
19
19
 
20
20
  <main class="Site__main o-no-owl" id="main-content">
21
21
  {{ content }}
@@ -25,4 +25,4 @@
25
25
 
26
26
  {%- include google-analytics.html -%}
27
27
  </body>
28
- </html>
28
+ </html>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oscailte
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Coogan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-05 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll