linus 1.3.1 → 1.3.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/blog/post.html +7 -5
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 68b5edaba988b3244532fcd46e8447f74aff5099d11ac1fa38fdccf3316d0805
4
- data.tar.gz: a4e79495a4a229194a953096ac344e788589e34731f40af03fe5f9ed40af0664
3
+ metadata.gz: e7fa6b39af978de8144c47ee2433900f330357180c03cf2264e677eec5476534
4
+ data.tar.gz: e68a8fe559fceab36c8ebe0aaa0d8b4ac531a4292cfcf7f3d5d82c8ac1c75fd6
5
5
  SHA512:
6
- metadata.gz: c7f0139d69b8efe40f1764c4f4ee07129f3ffb641cb90393e1868fcaffab60178a7ccb0e98a72fa1a82a3be1a203e1fb17e1a560b7d4e46412f5c3ee0f755dc0
7
- data.tar.gz: 76ba8c4993063c5d2cbddf6a3da00838a420cc4c64fbc42ea5d9606fc6d1297acf6e9dd6ef269f472d0b25cac83023dbab96e4aaeacc76ad1e2d81fca77fa2d2
6
+ metadata.gz: 78abeebcab3a8d5824793c9f948e30c27c2a229d2d6ca869244b70a6ac5e42a27db6c574b6b90309f8585f346224f827fdb95f79763195297272ba5d4cc6ef37
7
+ data.tar.gz: 3bc24606892cc0fff248576aca8d8f0d8d6434ee41ad368ab1ceffcfa1835d60562623e7f1c7bbb9f0d1822c4d29b453c6522cd24e30b218b1eef72667b85bcc
@@ -12,11 +12,13 @@
12
12
  {{- include.post.title -}}
13
13
  </a>
14
14
 
15
- <cite class="post-source-title u-in-reply-to h-cite">
16
- <a class="post-source u-url p-name" href="{{- include.post.source -}}">
17
- {{- include.post.source | remove: "https://" | remove: "http://" | split: '/' | first | prepend: "&hookrightarrow; " -}}
18
- </a>
19
- </cite>
15
+ {%- if include.post.source -%}
16
+ <cite class="post-source-title u-in-reply-to h-cite">
17
+ <a class="post-source u-url p-name" href="{{- include.post.source -}}">
18
+ {{- include.post.source | remove: "https://" | remove: "http://" | split: '/' | first | prepend: "&hookrightarrow; " -}}
19
+ </a>
20
+ </cite>
21
+ {%- endif -%}
20
22
  </h2>
21
23
  {%- assign post_title = include.post.title -%}
22
24
  {%- elsif include.post.source -%}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arthur Freitas