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

github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-08-23 15:33:30 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-08-23 15:33:30 +0300
commit92fb03f5913df24abaf7e34f72a41a1f33889eab (patch)
tree7bc65b7876a946e2962182fc73477ffaee834a7a
parentf42316480c06025d6ee590acbc80e613994e8660 (diff)
Footer: link to the git tag too.
-rw-r--r--src/layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/partials/footer.html b/src/layouts/partials/footer.html
index bc0f3fad..af860da5 100644
--- a/src/layouts/partials/footer.html
+++ b/src/layouts/partials/footer.html
@@ -7,6 +7,6 @@
<li><a href="{{ .Site.Params.main }}/docs/{{ .Site.Params.docs_version }}/about/overview/">About</a></li>
</ul>
<p class="mb-0">Designed and built with all the love in the world by the <a href="{{ .Site.Params.main }}/docs/{{ .Site.Params.docs_version }}/about/team/">Bootstrap team</a> with the help of <a href="{{ .Site.Params.repo }}/graphs/contributors">our contributors</a>.</p>
- <p class="mb-0">Currently v{{ .Site.Params.current_version }}. The Bootstrap Blog is <a href="{{ .Site.Params.repo }}">open source</a> under the MIT license.</p>
+ <p class="mb-0">Currently <a href="{{ .Site.Params.github_org }}/bootstrap/releases/tag/v{{ .Site.Params.current_version }}">v{{ .Site.Params.current_version }}</a>. The Bootstrap Blog is <a href="{{ .Site.Params.repo }}">open source</a> under the MIT license.</p>
</div>
</footer>