Skip to content

Commit

Permalink
feat: display theme version in footer (#1611)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMurdock11 committed Mar 18, 2024
1 parent f865336 commit 8349314
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,14 @@
{%- endcapture -%}

{%- capture _theme -%}
<a href="https://github.com/cotes2020/jekyll-theme-chirpy" target="_blank" rel="noopener">Chirpy</a>
<a
data-bs-toggle="tooltip"
data-bs-placement="top"
title="v{{ theme.version }}"
href="https://github.com/cotes2020/jekyll-theme-chirpy"
target="_blank"
rel="noopener"
>Chirpy</a>
{%- endcapture -%}

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

0 comments on commit 8349314

Please sign in to comment.