spaacedout 1.2.6 → 1.3.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 +4 -4
- data/README.md +3 -0
- data/_includes/version.html +1 -0
- data/_layouts/default.html +1 -0
- data/_layouts/home.html +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cd18287c6647e9a5081511f3deff4b52ff62d214b89334d7a778b83cb1a2b565
|
|
4
|
+
data.tar.gz: 80d9907ac4e86886bb9e800f55003dc17197f3e305b41e996a0604dc1a340b3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33f422aa595f55f396ee801b275ddce93b20d7c31ff905371b580edaed14ace13a0a383c7708f3751719ca478123cffcc4212f79754431d50273da2307cc1980
|
|
7
|
+
data.tar.gz: f494aafc155d1b0168967cfe28313a0a470e0a3efa4f5c152fdf03eeb98ceffcbe72d5f4a5275e149ca137d18a1b549f2a327c9faa18ed1f5fc01f9291430561
|
data/README.md
CHANGED
|
@@ -133,6 +133,9 @@ The theme is available as open source under the terms of the [MIT License](https
|
|
|
133
133
|
# Change Log
|
|
134
134
|
The changes made since version 1.x are documented below.
|
|
135
135
|
|
|
136
|
+
## Version 1.3.x - February 2, 2022
|
|
137
|
+
- FEATURE: Added a new `scripts.html` include to include files at the bottom right below the ending `body` tag.
|
|
138
|
+
|
|
136
139
|
## Version 1.2.x - October 26, 2021
|
|
137
140
|
- BUG: Updated the tags and archive titles to "smartify" the quotes when used as a title
|
|
138
141
|
- FEATURE: Include the version in the footer
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
v1.3.0
|
data/_layouts/default.html
CHANGED
data/_layouts/home.html
CHANGED
|
@@ -14,7 +14,7 @@ layout: default
|
|
|
14
14
|
{% for post in paginator.posts %}
|
|
15
15
|
{% unless post.redirect %}
|
|
16
16
|
<header class="post-header">
|
|
17
|
-
<
|
|
17
|
+
<h3 class="post-title p-name" itemprop="name headline"><a href="{{ site.baseurl }}{{ post.url }}" title="{{ post.title | escape }}" aria-label="{{ post.title | escape }}">{{ post.title | escape }}</a></h3>
|
|
18
18
|
{% include post/meta.html %}
|
|
19
19
|
</header>
|
|
20
20
|
|
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.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Gaylord
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-02-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -166,6 +166,7 @@ files:
|
|
|
166
166
|
- _includes/post/meta.html
|
|
167
167
|
- _includes/post/tags.html
|
|
168
168
|
- _includes/social-links.html
|
|
169
|
+
- _includes/version.html
|
|
169
170
|
- _includes/warning-notice.html
|
|
170
171
|
- _layouts/default.html
|
|
171
172
|
- _layouts/home.html
|