Skip to content

Commit 39c1ab7

Browse files
authored
feat: display theme version in footer (cotes2020#1611)
1 parent 211cba0 commit 39c1ab7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

_includes/footer.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,14 @@
3434
{%- endcapture -%}
3535

3636
{%- capture _theme -%}
37-
<a href="https://github.com/cotes2020/jekyll-theme-chirpy" target="_blank" rel="noopener">Chirpy</a>
37+
<a
38+
data-bs-toggle="tooltip"
39+
data-bs-placement="top"
40+
title="v{{ theme.version }}"
41+
href="https://github.com/cotes2020/jekyll-theme-chirpy"
42+
target="_blank"
43+
rel="noopener"
44+
>Chirpy</a>
3845
{%- endcapture -%}
3946

4047
{{ site.data.locales[include.lang].meta | replace: ':PLATFORM', _platform | replace: ':THEME', _theme }}

0 commit comments

Comments
 (0)