From 393fda9f589072e6e63a70fb51c117c0fee8d3e7 Mon Sep 17 00:00:00 2001 From: Azamat Mambetov Date: Sat, 16 Mar 2024 18:17:27 +0000 Subject: [PATCH 1/2] chore(footer): display theme version --- _includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/footer.html b/_includes/footer.html index a015f469f1b..9439030e522 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -34,7 +34,7 @@ {%- endcapture -%} {%- capture _theme -%} - Chirpy + Chirpy@{{ theme.version }} {%- endcapture -%} {{ site.data.locales[include.lang].meta | replace: ':PLATFORM', _platform | replace: ':THEME', _theme }} From 0758feb86217a922d5e4ae7cf4fb42310bbdb5a5 Mon Sep 17 00:00:00 2001 From: Azamat Mambetov Date: Sat, 16 Mar 2024 21:31:56 +0000 Subject: [PATCH 2/2] chore(footer): add implicit display version through tooltip with format vX.Y.Z --- _includes/footer.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/_includes/footer.html b/_includes/footer.html index 9439030e522..1ba9b6372ac 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -34,7 +34,14 @@ {%- endcapture -%} {%- capture _theme -%} - Chirpy@{{ theme.version }} + Chirpy {%- endcapture -%} {{ site.data.locales[include.lang].meta | replace: ':PLATFORM', _platform | replace: ':THEME', _theme }}