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 +4 -4
- data/_includes/social.html +12 -12
- data/_layouts/core.html +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f00c1d21ce1bed147f8063436da2379a6908dbeb51f2688dca461430b5d8f65
|
4
|
+
data.tar.gz: 5a91ac7c059f62a23a838b39d5e8f1451ddfb97f69acd1509d96aa85cb080763
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ebdf02d4e54b813df4a1b6a5eb4d66e87862f97eaa05c0eaefd61a8592b161973dc6bdc25b9a1ad85a656f81242119611a4369cf5e558f2f5c2e7499c55a729
|
7
|
+
data.tar.gz: d7aefc8c89de3755ea5099ec5eac029184da4233e1168216aea6953c68499db2e15021dac99a38a151db863b1bfc403861dfe747dd3eb4f06e463132751be607
|
data/_includes/social.html
CHANGED
@@ -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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
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="
|
15
|
-
{%- if social.rss -%}<li class="Social__item Social__item--rss o-no-owl"><a class="Social__link" href="{{ 'feed.xml' | relative_url }}" title="
|
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>
|
data/_layouts/core.html
CHANGED
@@ -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"
|
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.
|
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-
|
11
|
+
date: 2020-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|