together-theme 0.0.5 → 0.0.8
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/_layouts/default.html +6 -4
- data/_sass/_article.scss +1 -1
- data/_sass/_layout.scss +1 -2
- data/together-theme.gemspec +1 -1
- 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: ad33d291b2e3f1763e38a8207ef10b8d4556a5ba994d94bcfdec522b18214c06
|
4
|
+
data.tar.gz: 747325dbce7397349012dad7c001333cacc9e1ec14cabb6bffdcd03ad2d0a84b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 370ad0fdf4f09dba8bfcbccf5c52c58e7503d5d04eed9d647ed1578d62f9fc6efd19e1a4026a798a4bb0e69eb747621c81ed51d403281cd63e75df2cefe87842
|
7
|
+
data.tar.gz: abb7052d03dce2c585413d5c62fd7256d93fa54188cc7566ffe3d3a126ae45161b33c7408f8e625d7d5e4043a52888fe5e56f35d53bdee5b68c8ce5ddafbd824
|
data/_layouts/default.html
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
<article class="container">
|
22
22
|
<div class="nav">
|
23
23
|
<nav>
|
24
|
-
<a href="{{
|
24
|
+
<a href="{{ '/' | relative_url }}">
|
25
25
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
|
26
26
|
<path fill-rule="evenodd" d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z" clip-rule="evenodd" />
|
27
27
|
</svg>
|
@@ -53,9 +53,11 @@
|
|
53
53
|
{{ page.title }}
|
54
54
|
</h1>
|
55
55
|
|
56
|
-
|
57
|
-
|
58
|
-
|
56
|
+
{% if page.description %}
|
57
|
+
<p class="description">
|
58
|
+
{{ page.description }}
|
59
|
+
</p>
|
60
|
+
{% endif %}
|
59
61
|
</header>
|
60
62
|
|
61
63
|
<main>
|
data/_sass/_article.scss
CHANGED
data/_sass/_layout.scss
CHANGED
data/together-theme.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: together-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dallas Read
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|