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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed8a3b52894dbfab1806fd28441aecc36ba73c772bdf9f61a06dbc0ce9f0a2d3
4
- data.tar.gz: c70ded86e4928a8c6deb513a03d9f9e36f13a13fb7d4bb4da27b0335fb09cb82
3
+ metadata.gz: ad33d291b2e3f1763e38a8207ef10b8d4556a5ba994d94bcfdec522b18214c06
4
+ data.tar.gz: 747325dbce7397349012dad7c001333cacc9e1ec14cabb6bffdcd03ad2d0a84b
5
5
  SHA512:
6
- metadata.gz: 5d426f270bb68e29a122f9bb24d46f74dc3e39ea2a170c6d37e42d7c284dcb37ae8691cac31b330b86db8c0b133789fdab410ac0468d07d3a26fcea206d72754
7
- data.tar.gz: a916e1e6d4c4ef76638f3ca90795b1216bbb60cf8579e55c07f7d1a178d228af0b0cc94910c5e83bfc014760f269ec38c9f2502ed0a47e6275f33b0db1a6966d
6
+ metadata.gz: 370ad0fdf4f09dba8bfcbccf5c52c58e7503d5d04eed9d647ed1578d62f9fc6efd19e1a4026a798a4bb0e69eb747621c81ed51d403281cd63e75df2cefe87842
7
+ data.tar.gz: abb7052d03dce2c585413d5c62fd7256d93fa54188cc7566ffe3d3a126ae45161b33c7408f8e625d7d5e4043a52888fe5e56f35d53bdee5b68c8ce5ddafbd824
@@ -21,7 +21,7 @@
21
21
  <article class="container">
22
22
  <div class="nav">
23
23
  <nav>
24
- <a href="{{ site.baseurl | absolute_url }}">
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
- <p class="description">
57
- {{ page.description }}
58
- </p>
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
@@ -73,7 +73,7 @@ article {
73
73
  }
74
74
 
75
75
  h1, h2, h3, h4, h5, h6, p, ul, ol, .aspect-ratio, blockquote {
76
- margin-bottom: var(--padding-xl);
76
+ margin-bottom: var(--padding-lg);
77
77
  }
78
78
 
79
79
  h2 {
data/_sass/_layout.scss CHANGED
@@ -43,7 +43,6 @@ html, body {
43
43
  bottom: var(--padding-xl);
44
44
  height: 100%;
45
45
  overflow-y: auto;
46
- width: 25%;
47
- flex: 0 0 auto;
46
+ flex: 0 0 25%;
48
47
  }
49
48
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "together-theme"
5
- spec.version = "0.0.5"
5
+ spec.version = "0.0.8"
6
6
  spec.authors = ["Dallas Read"]
7
7
  spec.email = ["dallas@excitecreative.ca"]
8
8
 
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.5
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-06 00:00:00.000000000 Z
11
+ date: 2022-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll