jekyll-theme-dark-minimal 0.1.3 → 0.1.4

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: 507690ad620d456d29411ce4c3331a609d8d84e28c4048aa65332264fbcae381
4
- data.tar.gz: 76ed6f9660e68df9963f057829daefd8c2db17bf115a59008fa660d89897a340
3
+ metadata.gz: 3b0fc728ef20399e0c9841f5066f7377cdc5675f70b954df39081231895e90ec
4
+ data.tar.gz: af67eee9476277bf9d83cfb1b75075c4ab8d16902f0d254da6f0fce6f8ae38e1
5
5
  SHA512:
6
- metadata.gz: ab45f0a7f6cfec6495f147c372e727d3855c0cae6dd2d79f4e2082f5037b2b0eedbbd9e6edfd34c3d8f398c67cb8f45dd2497bea025a6ebb4a516127e2480b9c
7
- data.tar.gz: 3dfd642b995e75419b941f526ccbf488e190078edd98a7678b09ac0657092638ea954a4273cc63c95e9ca69b73a78d916fb105c37ab24b01013738c960072f33
6
+ metadata.gz: 5c30f873a7990e570b25223fb5f40a22d35548f3c3998b232a06e11ba894ec046b62b9937dc51e1c8187a0c2feac359e3c7973156a70a7e1756ad25dda4eb652
7
+ data.tar.gz: dfd8117ae34b05fe4e73ad0fa185e88c535856709b0495da32735a174a504a75bcbea9ea320277ebc76395002951b334d22766856fcb89f9ac6c2fe89e2c2d62
@@ -2,7 +2,17 @@
2
2
  layout: base
3
3
  ---
4
4
 
5
- <h1 class="post-title">{{ page.title }}</h1>
5
+ <section class="post-title">
6
+ <h1>{{ page.title }}</h1>
7
+ <p>{{ page.date | date_to_string: "ordinal", "US" }}</p>
8
+ {% if page.tags %}
9
+ <ul>
10
+ {% for tag in page.tags %}
11
+ <li>#{{ tag }}</li>
12
+ {% endfor %}
13
+ </ul>
14
+ {% endif %}
15
+ </section>
6
16
 
7
17
  {{ content }}
8
18
 
@@ -33,8 +33,18 @@ footer
33
33
 
34
34
  h1, h2, h3, h4, h5, h6
35
35
  color: $header-fg
36
- &.post-title
37
- border-bottom: 2px solid white
36
+
37
+ .post-title
38
+ border-bottom: 2px solid white
39
+ margin-bottom: 2em
40
+ p
41
+ margin-bottom: 0.1em
42
+ ul
43
+ list-style: none
44
+ margin-bottom: 0
45
+ li
46
+ color: $body-minor
47
+ display: inline-block
38
48
 
39
49
  p, ol, ul
40
50
  font-size: 1.2em
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-dark-minimal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Will Badart