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

github.com/spech66/flex-bp-hugo-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pech <windows@spech.de>2021-02-08 12:28:36 +0300
committerSebastian Pech <windows@spech.de>2021-02-08 12:28:36 +0300
commite62d4d97e2b92fd73f91764ea6c70f1107b82bb9 (patch)
tree692b9bc05a9d8b8a845dd8a41a56e7f185a885c8
parenteb8abdf7f12b5fa81d2dea2190e4e8243d30ebc9 (diff)
aria-labels added
-rw-r--r--exampleSite/.gitignore31
-rw-r--r--layouts/partials/_footer.html4
2 files changed, 6 insertions, 29 deletions
diff --git a/exampleSite/.gitignore b/exampleSite/.gitignore
index ca4d540..16adf52 100644
--- a/exampleSite/.gitignore
+++ b/exampleSite/.gitignore
@@ -1,27 +1,4 @@
-# Compiled Object files, Static and Dynamic libs (Shared Objects)
-*.o
-*.a
-*.so
-
-# Folders
-_obj
-_test
-
-# Architecture specific extensions/prefixes
-*.[568vq]
-[568vq].out
-
-*.cgo1.go
-*.cgo2.c
-_cgo_defun.c
-_cgo_gotypes.go
-_cgo_export.*
-
-_testmain.go
-
-*.exe
-*.test
-
-/public
-/themes
-.DS_Store
+# Add any directories, files, or patterns you don't want to be tracked by version control
+/resources/_gen/*
+/public/*
+*.log
diff --git a/layouts/partials/_footer.html b/layouts/partials/_footer.html
index 621bd01..425bc70 100644
--- a/layouts/partials/_footer.html
+++ b/layouts/partials/_footer.html
@@ -4,8 +4,8 @@
<a href="{{ .RelPermalink }}" class="btn">{{ .Language.LanguageName }}</a>
{{ end }}
{{ end }}
- <button class="btn-toggle-theme btn"><i class="fas fa-adjust"></i></button>
- <a href="#" class="btn"><i class="fas fa-arrow-circle-up"></i></a>
+ <button class="btn-toggle-theme btn" aria-label="Toggle theme"><i class="fas fa-adjust"></i></button>
+ <a href="#" class="btn" aria-label="Go to top"><i class="fas fa-arrow-circle-up"></i></a>
</div>
<footer>