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

github.com/leonstafford/accessible-minimalism-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Stafford <me@ljs.dev>2020-09-15 18:37:13 +0300
committerLeon Stafford <me@ljs.dev>2020-09-15 18:37:13 +0300
commitec46e2deda56fc961bc8c2f911db3ae41a541fb6 (patch)
treea4e6642da425d95274fca07884e3acbd040f4a6f
parentaca967458325b6789ccf34cb88ae32a41e67d3e5 (diff)
strong over b for menu title
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 9e8f6b4..02221f0 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,4 +1,4 @@
-<p><a name="nav-menu" id="nav-menu"><b>Site menu</b></a></p>
+<p><a name="nav-menu" id="nav-menu"><strong>Site menu</strong></a></p>
<ul>
{{ range .Site.Menus.main }}