Skip to content

Commit 8349314

Browse files
authoredMar 18, 2024
feat: display theme version in footer (cotes2020#1611)
1 parent f865336 commit 8349314

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

‎_includes/footer.html

+8-1
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)