jekyll-scouts_uk_2018 1.5.0 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cdd11160c42308b7e24932a7bf2072de596ec3ae18501d1440df8f94c25671db
4
- data.tar.gz: bff10884547af685e3945c5c26b8238ae6119b7a6d81524296f917f223a6224e
3
+ metadata.gz: 0a10993a758a0190dfd0fa18b2c329d1e1d7055aad9bd257f87f3f33c7096e19
4
+ data.tar.gz: 3f67a5084ebcc710d679f8700e5d4e86a56219d4b216f303bb898317a661018e
5
5
  SHA512:
6
- metadata.gz: ec132f9d3a86ce595331ec754f59f491aeb78250f62930ba9a5c64ce05eea83b99851a6c2b114134d6374991af2abae9d498eeca7f8a42df122d15f61dfaa2f0
7
- data.tar.gz: da9efb06cf89f23e716a13bebfd3187375e99dac63738428db4244eb7be6a14ad34bff7e2f45535b8f67ea54e2daf7d21fc391cf24ec3c465f7379a2d1f64be1
6
+ metadata.gz: 6d81b4583c7f79c2ff91f9f01339ede6dd31c4cba7b50f2808fc60ad09b2328dc191283b263efefa97cb00b72a3a5ff1ae2e78037ac544c5ee58918cd770c078
7
+ data.tar.gz: 304441054476238ab8502a688f4a96c512eed55c6eced81122a697e79c7838700603badec915c2b717b82be08c07dfab72fb2365b469ba1d35dcdaeac0aef39f
data/README.md CHANGED
@@ -56,6 +56,7 @@ Links to contact your group / your groups social media can be added by adding an
56
56
  social_links:
57
57
  email:
58
58
  twitter:
59
+ x:
59
60
  facebook:
60
61
  flickr:
61
62
  instagram:
@@ -86,6 +87,7 @@ Then create your files in the _sections directory. A number of front matter sett
86
87
  * youth_approved.expires: date of certificate expiry in YYYY-MM-DD format.
87
88
  * social_links.email
88
89
  * social_links.twitter
90
+ * social_links.x
89
91
  * social_links.facebook
90
92
  * social_links.flickr
91
93
  * social_links.instagram
@@ -1,10 +1,11 @@
1
1
  <ul class="social-links">
2
2
  {%- if social_links.email -%}<li><a title="Email {{ social_links.email }}" href="mailto:{{ social_links.email }}"><svg role="presentation"><use xlink:href="{{ '/assets/images/tabler-icons-sprite.svg#tabler-mail' | relative_url }}"></use></svg><span>{{ social_links.email }}</span></a></li>{%- endif -%}
3
- {%- if social_links.twitter -%}<li><a title="@{{ social_links.twitter | cgi_escape | escape }} on twitter" href="https://www.twitter.com/{{ social_links.twitter| cgi_escape | escape }}" rel="noreferrer noopener" target="_blank"><svg role="presentation"><use xlink:href="{{ '/assets/images/tabler-icons-sprite.svg#tabler-brand-twitter' | relative_url }}"></use></svg><span>{{ social_links.twitter| escape }}</span></a></li>{%- endif -%}
4
- {%- if social_links.facebook -%}<li><a title="{{ social_links.facebook | cgi_escape | escape }} on facebook" href="https://www.facebook.com/{{ social_links.facebook| cgi_escape | escape }}" rel="noreferrer noopener" target="_blank"><svg role="presentation"><use xlink:href="{{ '/assets/images/tabler-icons-sprite.svg#tabler-brand-facebook' | relative_url }}"></use></svg><span>{{ social_links.facebook| escape }}</span></a></li>{%- endif -%}
5
- {%- if social_links.flickr -%}<li><a title="{{ social_links.flickr | cgi_escape | escape }} on flickr" href="https://www.flickr.com/photos/{{ social_links.flickr| cgi_escape | escape }}" rel="noreferrer noopener" target="_blank"><svg role="presentation"><use xlink:href="{{ '/assets/images/tabler-icons-sprite.svg#tabler-brand-flickr' | relative_url }}"></use></svg><span>{{ social_links.flickr| escape }}</span></a></li>{%- endif -%}
6
- {%- if social_links.instagram -%}<li><a title="{{ social_links.instagram | cgi_escape | escape }} on instagram" href="https://instagram.com/{{ social_links.instagram| cgi_escape | escape }}" rel="noreferrer noopener" target="_blank"><svg role="presentation"><use xlink:href="{{ '/assets/images/tabler-icons-sprite.svg#tabler-brand-instagram' | relative_url }}"></use></svg><span>{{ social_links.instagram| escape }}</span></a></li>{%- endif -%}
7
- {%- if social_links.pinterest -%}<li><a title="{{ social_links.pinterest | cgi_escape | escape }} on pinterest" href="https://www.pinterest.com/{{ social_links.pinterest| cgi_escape | escape }}" rel="noreferrer noopener" target="_blank"><svg role="presentation"><use xlink:href="{{ '/assets/images/tabler-icons-sprite.svg#tabler-brand-pinterest' | relative_url }}"></use></svg><span>{{ social_links.pinterest| escape }}</span></a></li>{%- endif -%}
8
- {%- if social_links.youtube -%}<li><a title="{{ social_links.youtube | cgi_escape | escape }} on youtube" href="https://youtube.com/{{ social_links.youtube| cgi_escape | escape }}" rel="noreferrer noopener" target="_blank"><svg role="presentation"><use xlink:href="{{ '/assets/images/tabler-icons-sprite.svg#tabler-brand-youtube' | relative_url }}"></use></svg><span>{{ social_links.youtube| escape }}</span></a></li>{%- endif -%}
9
- {%- if social_links.github -%}<li><a title="{{ social_links.github | cgi_escape | escape }} on github" href="https://github.com/{{ social_links.github| cgi_escape | escape }}" rel="noreferrer noopener" target="_blank"><svg role="presentation"><use xlink:href="{{ '/assets/images/tabler-icons-sprite.svg#tabler-brand-github' | relative_url }}"></use></svg><span>{{ social_links.github| escape }}</span></a></li>{%- endif -%}
3
+ {%- if social_links.twitter -%}<li><a title="@{{ social_links.twitter | cgi_escape | escape }} on twitter" href="https://www.twitter.com/{{ social_links.twitter| cgi_escape | escape }}" rel="noreferrer noopener" target="_blank"><svg role="presentation"><use xlink:href="{{ '/assets/images/tabler-icons-sprite.svg#tabler-brand-twitter' | relative_url }}"></use></svg><span>{{ social_links.twitter | escape }}</span></a></li>{%- endif -%}
4
+ {%- if social_links.x -%}<li><a title="@{{ social_links.x | cgi_escape | escape }} on X" href="https://x.com/{{ social_links.x | cgi_escape | escape }}" rel="noreferrer noopener" target="_blank"><svg role="presentation"><use xlink:href="{{ '/assets/images/tabler-icons-sprite.svg#tabler-brand-x' | relative_url }}"></use></svg><span>{{ social_links.x | escape }}</span></a></li>{%- endif -%}
5
+ {%- if social_links.facebook -%}<li><a title="{{ social_links.facebook | cgi_escape | escape }} on facebook" href="https://www.facebook.com/{{ social_links.facebook| cgi_escape | escape }}" rel="noreferrer noopener" target="_blank"><svg role="presentation"><use xlink:href="{{ '/assets/images/tabler-icons-sprite.svg#tabler-brand-facebook' | relative_url }}"></use></svg><span>{{ social_links.facebook | escape }}</span></a></li>{%- endif -%}
6
+ {%- if social_links.flickr -%}<li><a title="{{ social_links.flickr | cgi_escape | escape }} on flickr" href="https://www.flickr.com/photos/{{ social_links.flickr| cgi_escape | escape }}" rel="noreferrer noopener" target="_blank"><svg role="presentation"><use xlink:href="{{ '/assets/images/tabler-icons-sprite.svg#tabler-brand-flickr' | relative_url }}"></use></svg><span>{{ social_links.flickr | escape }}</span></a></li>{%- endif -%}
7
+ {%- if social_links.instagram -%}<li><a title="{{ social_links.instagram | cgi_escape | escape }} on instagram" href="https://instagram.com/{{ social_links.instagram| cgi_escape | escape }}" rel="noreferrer noopener" target="_blank"><svg role="presentation"><use xlink:href="{{ '/assets/images/tabler-icons-sprite.svg#tabler-brand-instagram' | relative_url }}"></use></svg><span>{{ social_links.instagram | escape }}</span></a></li>{%- endif -%}
8
+ {%- if social_links.pinterest -%}<li><a title="{{ social_links.pinterest | cgi_escape | escape }} on pinterest" href="https://www.pinterest.com/{{ social_links.pinterest| cgi_escape | escape }}" rel="noreferrer noopener" target="_blank"><svg role="presentation"><use xlink:href="{{ '/assets/images/tabler-icons-sprite.svg#tabler-brand-pinterest' | relative_url }}"></use></svg><span>{{ social_links.pinterest | escape }}</span></a></li>{%- endif -%}
9
+ {%- if social_links.youtube -%}<li><a title="{{ social_links.youtube | cgi_escape | escape }} on youtube" href="https://youtube.com/{{ social_links.youtube| cgi_escape | escape }}" rel="noreferrer noopener" target="_blank"><svg role="presentation"><use xlink:href="{{ '/assets/images/tabler-icons-sprite.svg#tabler-brand-youtube' | relative_url }}"></use></svg><span>{{ social_links.youtube | escape }}</span></a></li>{%- endif -%}
10
+ {%- if social_links.github -%}<li><a title="{{ social_links.github | cgi_escape | escape }} on github" href="https://github.com/{{ social_links.github| cgi_escape | escape }}" rel="noreferrer noopener" target="_blank"><svg role="presentation"><use xlink:href="{{ '/assets/images/tabler-icons-sprite.svg#tabler-brand-github' | relative_url }}"></use></svg><span>{{ social_links.github | escape }}</span></a></li>{%- endif -%}
10
11
  </ul>