We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211cba0 commit 39c1ab7Copy full SHA for 39c1ab7
_includes/footer.html
@@ -34,7 +34,14 @@
34
{%- endcapture -%}
35
36
{%- capture _theme -%}
37
- <a href="https://github.com/cotes2020/jekyll-theme-chirpy" target="_blank" rel="noopener">Chirpy</a>
+ <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>
45
46
47
{{ site.data.locales[include.lang].meta | replace: ':PLATFORM', _platform | replace: ':THEME', _theme }}
0 commit comments