jekyll-theme-bean 1.0.4 → 1.0.5
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 +4 -4
- data/_config.yml +1 -1
- data/_includes/blog/post.html +4 -4
- data/_includes/site/header.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3121bcc69c9dcb62879c1b908947be92838d21752539a646d4e152f191e2c6f7
|
4
|
+
data.tar.gz: db9db1695934e1cbd168e0b865ccea78ea1527f33d583a23932786355181da63
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ff41ce9ddbcf6aa0a3f2414e21b6b3a321294fde5242d34f65b6f2cca492041353d574faaae16a9c6d6149e7c9ff0cebf60f7ffaefbfce9ef00b3294815c59f
|
7
|
+
data.tar.gz: dd26296b6f2d49f022cae786c1e3f192568c871e29b3deede23fc1953df71ce27b85f5bb2c4f642f4f36830c926c7620b042205457ad8f5b0cea961120d18649
|
data/_config.yml
CHANGED
data/_includes/blog/post.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<article class="post">
|
2
2
|
<header class="post-header">
|
3
3
|
<div class="post-meta">
|
4
|
-
<a class="post-permalink" href="{{- include.post.permalink |
|
4
|
+
<a class="post-permalink" href="{{- include.post.permalink | absolute_url -}}" rel="bookmark">
|
5
5
|
<time class="post-date" datetime="{{- include.post.date | date_to_xmlschema -}}">
|
6
6
|
{{ include.post.date | date: site.bean.date_formats.day }}
|
7
7
|
</time>
|
@@ -35,7 +35,7 @@
|
|
35
35
|
{%- else -%}
|
36
36
|
{% if include.post.title and include.post.title != "" -%}
|
37
37
|
<h2 class="post-title">
|
38
|
-
<a href="{{- include.post.url |
|
38
|
+
<a href="{{- include.post.url | relative_url -}}" rel="bookmark">
|
39
39
|
{{ include.post.title }}
|
40
40
|
</a>
|
41
41
|
</h2>
|
@@ -70,9 +70,9 @@
|
|
70
70
|
|
71
71
|
<ul class="post-meta post-tags">
|
72
72
|
{% for tag in include.post.tags -%}
|
73
|
-
{%- assign
|
73
|
+
{%- assign tag_name = tag | slugify: site.slug_mode -%}
|
74
|
+
{%- assign tag_url = site.jekyll-archives.permalinks.tag | replace: ":name", tag_name | relative_url -%}
|
74
75
|
<li class="post-tag">
|
75
|
-
|
76
76
|
<a href="{{- tag_url -}}" rel="tag">
|
77
77
|
{{ tag }}
|
78
78
|
</a>
|
data/_includes/site/header.html
CHANGED
@@ -30,7 +30,7 @@
|
|
30
30
|
{%- endif %}
|
31
31
|
|
32
32
|
{% for item in site.main_menu.items -%}
|
33
|
-
<a class="menu-item" {% if item.color -%} style="--item-color: {{ item.color }}" {%- endif %} href="{{ item.path }}">
|
33
|
+
<a class="menu-item" {% if item.color -%} style="--item-color: {{ item.color }}" {%- endif %} href="{{ item.path | relative_url }}">
|
34
34
|
{{ item.label }}
|
35
35
|
</a>
|
36
36
|
{%- endfor %}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-bean
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arthur Freitas
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-10-
|
11
|
+
date: 2024-10-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|