Skip to content

Commit 454ce5d

Browse files
committed
Add title to tag icon
1 parent c2ab710 commit 454ce5d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
jekyll-theme-conference (3.7.0)
4+
jekyll-theme-conference (3.7.1)
55
jekyll (~> 4.0)
66

77
GEM

_includes/partials/get_tag_icon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99

1010
{% assign tag_html = tag %}
1111
{% if tag_icon.size > 0 %}
12-
{% assign tag_html = '<i class="fas fa-' | append: tag_icon | append: '"></i>'' %}
12+
{% assign tag_html = '<i class="fas fa-' | append: tag_icon | append: '" title="' | append: tag | append: '"></i>'' %}
1313
{% endif %}

jekyll-theme-conference.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "jekyll-theme-conference"
5-
spec.version = "3.7.0"
5+
spec.version = "3.7.1"
66
spec.authors = ["Lorenz Schmid"]
77
spec.email = ["lorenzschmid@users.noreply.github.com"]
88

0 commit comments

Comments
 (0)