termina-plex 0.1.6 → 0.1.7

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: bf089e40f9cae6db64efa48d1c19f77480790740dbb7a55da6ba664f73e6ea90
4
- data.tar.gz: cbe958de9d50ec4bf2903c8fb3e114f954835f3147d071ba0c60fbd5df2a6fc8
3
+ metadata.gz: 82730cd858f608e8dcf28db092203e01e7fb34417b535bb03232e2c9a4117435
4
+ data.tar.gz: f18fc99c58ee65e387a4bdeec27374ff2db8c79e12415f43de487ac0ea36b64e
5
5
  SHA512:
6
- metadata.gz: 95ea214917732825e5c491d1f049970d73ad4cdc4d3a70172f81e67320a346277a6ad2f8549f982f31df1ab3d11bec950aac9bb43420aba6ff5bd51ec246b9cb
7
- data.tar.gz: 465de0f82db2733d307c844668cd3db09b97c60119b65982dda6e66b259c32cbe218f22e1729cf7e13a25780a95d6b616f0c05c2d8b495b18c525c3177dc8d03
6
+ metadata.gz: 65479f13b644080cb6a964ff93ebb8807a3c478a4f3268691dafcf27cfd4703c4b37fbca7b7e3a755d03acdbd6b74bd22e9b32a211553f53dd2d22d1f7f24513
7
+ data.tar.gz: 89f2b4645be84d6000c9340c13f004c57c1ead44376b0e826bd74891cd3e526467802831bca6961028b60da6035c2855a6ca0577cee37db667da6567f9de4d53
data/_layouts/post.html CHANGED
@@ -11,19 +11,19 @@ layout: base
11
11
  <section class="postMetadata">
12
12
  <dl>
13
13
  {%- if page.author and page.author.size > 0 -%}
14
- <dt>authors</dt>
14
+ <dt>Authors</dt>
15
15
  <dd>
16
16
  {{- page.author | join: ", " -}}
17
17
  </dd>
18
18
  {%- endif -%}
19
19
  {%- if page.date -%}
20
- <dt>published</dt>
20
+ <dt>Published</dt>
21
21
  <dd>
22
22
  <time class="postDate" datetime="{{ page.date | date: '%Y-%m-%d' }}">{{ page.date | date: date_format }}</time>
23
23
  </dd>
24
24
  {%- endif -%}
25
25
  {%- if page.categories and page.categories.size > 0 -%}
26
- <dt>categories</dt>
26
+ <dt>Categories</dt>
27
27
  <dd>
28
28
  {%- for category in page.categories -%}
29
29
  {%- capture category_name -%}{{ category }}{%- endcapture -%}
@@ -32,7 +32,7 @@ layout: base
32
32
  </dd>
33
33
  {%- endif -%}
34
34
  {%- if page.tags and page.tags.size > 0 -%}
35
- <dt>tags</dt>
35
+ <dt>Tags</dt>
36
36
  <dd>
37
37
  {%- for tag in page.tags -%}
38
38
  {%- capture tag_name -%}{{ tag }}{%- endcapture -%}
@@ -25,6 +25,7 @@ dl {
25
25
 
26
26
  dt {
27
27
  grid-column-start: 1;
28
+ text-transform: lowercase;
28
29
  }
29
30
 
30
31
  dd {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: termina-plex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Linh Pham
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-24 00:00:00.000000000 Z
11
+ date: 2024-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll