Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <github@jimmycai.com>2021-08-15 13:05:12 +0300
committerGitHub <noreply@github.com>2021-08-15 13:05:12 +0300
commit90b6baccc14c589bd5453f9e396345879152a7a9 (patch)
treeacd402a147d2264627b010a238ec39c02f7801a6
parentc4cd4bf9a174f9c273801f8859f662a85a58cbf5 (diff)
release: 3.1.0v3.1.0
-rw-r--r--layouts/partials/footer/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html
index 6284349..51ef29d 100644
--- a/layouts/partials/footer/footer.html
+++ b/layouts/partials/footer/footer.html
@@ -1,4 +1,4 @@
-{{- $ThemeVersion := "3.0.0" -}}
+{{- $ThemeVersion := "3.1.0" -}}
<footer class="site-footer">
<section class="copyright">
&copy;
@@ -20,4 +20,4 @@
{{ T "footer.builtWith" (dict "Generator" $Generator) | safeHTML }} <br />
{{ T "footer.designedBy" (dict "Theme" $Theme "DesignedBy" $DesignedBy) | safeHTML }}
</section>
-</footer> \ No newline at end of file
+</footer>