spaacedout 1.3.4 → 1.3.6

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: 1ac6bc7cfb99c7b34331ef4291e4d2520502fbd6e6215326bf307ae37f696673
4
- data.tar.gz: 2387e8a1d5ed7f3d93ebbdcb456ce6e8a5acfc7a23dd6ce079f712422d3aa86a
3
+ metadata.gz: 874f06101c499f38fc22ab531ed0b711c9541262cbf17bbb3725dfd25a3e13f5
4
+ data.tar.gz: 194fbb7b644002da05759c2a086805b47c517c1e159f57614912e5b3eff68b30
5
5
  SHA512:
6
- metadata.gz: 5dc62bb3ff5e68af2e5b97616417c0614cddf716dccc3d3af934ec78b898b50f18da72d5c22091cc917f87842d6be915746a3b2e89a5365adbe8565038701a8b
7
- data.tar.gz: 6c79366b7f813c8156743d9d19835a542b89fa155263c196ed5407ff95f7901f3ed480a9b69f73db445bdf6a3e6162a1eec62e8e017c3cdf38862243668172d6
6
+ metadata.gz: 75bfb51c6865710667e4a20b0eea60d6f6e8b5bfb1e010ddbcf11673fd84d697cdadf043207f8f12c0e39dc15e3b75e95c5c69f98076696f6c37152120a50404
7
+ data.tar.gz: 6f7f10912a34cf03f5dafa64cb2d7c70a104718670b1aa60581abd05275e9f8623a19c496b5d8e557792aaf821101b1a1600f8e78b27ef9696fa04530b69505b
data/README.md CHANGED
@@ -134,8 +134,10 @@ The theme is available as open source under the terms of the [MIT License](https
134
134
  # Change Log
135
135
  The changes made since version 1.x are documented below.
136
136
 
137
- ## Version 1.3.x - February 2, 2022
137
+ ## Version 1.3.x - February 17, 2023
138
+ - FEATURE: Added support of Mastodon in the social icons section.
138
139
  - FEATURE: Added a new `scripts.html` include to include files at the bottom right below the ending `body` tag.
140
+ - BUG: Updated Font Awesome to version 6.
139
141
 
140
142
  ## Version 1.2.x - October 26, 2021
141
143
  - BUG: Updated the tags and archive titles to "smartify" the quotes when used as a title
@@ -1,12 +1,14 @@
1
1
  <ul class="social-media-list">
2
+ {% if site.social.bluesky %}<li><a href="https://bsky.app/profile/{{ site.social.bluesky | cgi_escape | escape }}" target="_blank" title="Bluesky" aria-label="Bluesky"><i class="fas fa-clouds-sun" rel="noopener"></i></a></li>{% endif %}
2
3
  {% if site.social.facebook %}<li><a href="https://www.facebook.com/{{ site.social.facebook | cgi_escape | escape }}" target="_blank" title="Facebook" aria-label="Facebook" rel="noopener"><i class="fab fa-facebook"></i></a></li>{% endif %}
3
4
  {% if site.social.github %}<li><a href="https://github.com/{{ site.social.github | cgi_escape | escape }}" target="_blank" title="GitHub" aria-label="GitHub" rel="noopener"><i class="fab fa-github"></i></a></li>{% endif %}
4
5
  {% if site.social.instagram %}<li><a href="https://instagram.com/{{ site.social.instagram | cgi_escape | escape }}" target="_blank" title="Instagram" aria-label="Instagram" rel="noopener"><i class="fab fa-instagram"></i></a></li>{% endif %}
5
6
  {% if site.social.linkedin %}<li><a href="https://www.linkedin.com/in/{{ site.social.linkedin | cgi_escape | escape }}" target="_blank" title="LinkedIn" aria-label="LinkedIn" rel="noopener"><i class="fab fa-linkedin"></i></a></li>{% endif %}
6
- {% if site.social.mastodon %}<li><a href="https://{{ site.social.mastodonServer | cgi_escape | escape }}/@{{ site.social.mastodonUser | cgi_escape | escape }}" target="_blank" title="Mastodon" aria-label="Mastodon" rel="me"><i class="fab fa-mastodon"></i></a></li>{% endif %}
7
+ {% if site.social.mastodonServer %}<li><a href="https://{{ site.social.mastodonServer | cgi_escape | escape }}/@{{ site.social.mastodonUser | cgi_escape | escape }}" target="_blank" title="Mastodon" aria-label="Mastodon" rel="me"><i class="fab fa-mastodon"></i></a></li>{% endif %}
7
8
  {% if site.social.pinterest %}<li><a href="https://www.pinterest.com/{{ site.social.pinterest | cgi_escape | escape }}" target="_blank" title="Pinterest" aria-label="Pinterest" rel="noopener"><i class="fab fa-pinterest"></i></a></li>{% endif %}
8
9
  {% if site.social.stackoverflow %}<li><a href="https://stackoverflow.com/users/{{ site.social.stackoverflow | cgi_escape | escape }}/" target="_blank" title="Stack Overflow" aria-label="Stack Overflow" rel="noopener"><i class="fab fa-stack-overflow"></i></a></li>{% endif %}
9
- {% if site.social.twitter %}<li><a href="https://twitter.com/{{ site.social.twitter | cgi_escape | escape }}" target="_blank" title="Twitter" aria-label="Twitter"><i class="fab fa-twitter" rel="noopener"></i></a></li>{% endif %}
10
+ {% if site.social.threads %}<li><a href="https://threads.net/{{ site.social.threads | cgi_escape | escape }}" target="_blank" title="Threads" aria-label="Threads" rel="noopener"><i class="fab fa-threads"></i></a></li>{% endif %}
11
+ {% if site.social.twitter %}<li><a href="https://twitter.com/{{ site.social.twitter | cgi_escape | escape }}" target="_blank" title="Twitter" aria-label="Twitter"><i class="fab fa-x-twitter" rel="noopener"></i></a></li>{% endif %}
10
12
  {% if site.social.youtube %}<li><a href="https://youtube.com/{{ site.social.youtube | cgi_escape | escape }}" target="_blank" title="Youtube" aria-label="Youtube"><i class="fab fa-youtube" rel="noopener"></i></a></li>{% endif %}
11
13
  {% if site.rss %}<li><a href="{{ site.feed.url | '/feed.xml' }}" target="_blank" title="RSS" aria-label="RSS" rel="noopener"><i class="fas fa-rss"></i></a></li>{% endif %}
12
14
  </ul>
@@ -1 +1 @@
1
- v1.3.4
1
+ v1.3.5
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spaacedout
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.4
4
+ version: 1.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Gaylord
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-17 00:00:00.000000000 Z
11
+ date: 2023-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll