linus 1.2 → 1.2.1

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: e6ef61bce272b57806979abeda05d1dd895f435e939bc6fe640c6936e594cf1f
4
- data.tar.gz: 17382c845e534a4dc595d655c5d78c3344b3e6f6bbee6116901b1f1eb5d9772f
3
+ metadata.gz: e9e76eb3b7450a2dbaebb739f0578032c2cf289d97488d80a364c9ad0cb38367
4
+ data.tar.gz: bc0f617612bc92da20ff7c4c0beef8b168acb3557dce3e0eda1484a532a9bb8e
5
5
  SHA512:
6
- metadata.gz: 563603f3cb23ade2ac523e356c544c01ea1da28ba77c933c5ff25418c0b0de7fb8947b8d5a4ae07fcd0d0cd3b6e4fbf938f9f7e979ae893a7191a5ea49fbf6f9
7
- data.tar.gz: 4cc9fa4f54df10650fe5c585064c070d8c391f53b58a98caaf4959a6eb52544205b230964f271f80978ca4e7a544f90e7d293e63986627e9764e162c834b48ce
6
+ metadata.gz: de3aba803f609b98b017e91bca3bd6234869084d9bd2b67cff729452f763015bc23bbef1617d58c5ffc45fa73478e7945c952f7ce856da8b0e40b3dd950420a8
7
+ data.tar.gz: 5f574b4836706dda3c6e6c65c6b72a176b427ab96f9f6fc009c4daee857a55b28c50cd3c36a413b2f12d1728a457e2d48d691a6cdc7915750d192e6fcb8e8cf3
@@ -20,13 +20,13 @@
20
20
  {%- if link_metadata.title -%}
21
21
  <cite class="post-title u-in-reply-to h-cite">
22
22
  <a class="post-source-title u-url" href="{{- include.post.source -}}">
23
- {{- link_metadata['og:title'] | default: link_metadata.title | prepend: " " -}}
23
+ {{- link_metadata['og:title'] | default: link_metadata.title | prepend: "&hookrightarrow; " -}}
24
24
  </a>
25
25
  </cite>
26
26
  {%- else -%}
27
27
  <cite class="post-source-title u-in-reply-to h-cite">
28
28
  <a class="post-source u-url p-name" href="{{- include.post.source -}}">
29
- {{- include.post.source | remove: "https://" | remove: "http://" | prepend: " " -}}
29
+ {{- include.post.source | remove: "https://" | remove: "http://" | prepend: "&hookrightarrow; " -}}
30
30
  </a>
31
31
  </cite>
32
32
  {%- endif -%}
@@ -4,7 +4,7 @@
4
4
  <blockquote class="link-preview h-cite u-in-reply-to">
5
5
  <cite class="preview-title p-name">
6
6
  <a class="preview-link u-url" href="{{ include.url }}" rel="nofollow">
7
- {{- preview['og:title'] | default: preview.title | default: include.url }}
7
+ {{- preview['og:title'] | default: preview.title | default: include.url }} &mapsto;
8
8
  </a>
9
9
  </cite>
10
10
  <div class="preview-details">
data/_layouts/post.html CHANGED
@@ -24,13 +24,13 @@ layout: default
24
24
  {%- if link_metadata.title -%}
25
25
  <cite class="post-title u-in-reply-to h-cite">
26
26
  <a class="post-source-title u-url" href="{{- page.source -}}">
27
- {{- link_metadata['og:title'] | default: link_metadata.title | prepend: " " -}}
27
+ {{- link_metadata['og:title'] | default: link_metadata.title | prepend: "&hookrightarrow; " -}}
28
28
  </a>
29
29
  </cite>
30
30
  {%- else -%}
31
31
  <cite class="post-source-title u-in-reply-to h-cite">
32
32
  <a class="post-source u-url p-name" href="{{- page.source -}}">
33
- {{- page.source | remove: "https://" | remove: "http://" | prepend: " " -}}
33
+ {{- page.source | remove: "https://" | remove: "http://" | prepend: "&hookrightarrow; " -}}
34
34
  </a>
35
35
  </cite>
36
36
  {%- endif -%}
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.2'
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arthur Freitas