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

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrmaguiar <rmaguiar@tuta.io>2020-07-18 22:50:17 +0300
committerrmaguiar <rmaguiar@tuta.io>2020-07-18 22:50:17 +0300
commit2bb302af15de5877cec0b113ddd46050bb4721cd (patch)
treef4e88caf6701f3a6ebd9e26b441aab61f3642b5d /layouts/_default/search.html
parente48e3b4f03e5af5675099c7136633e49012169a8 (diff)
Use SVG files as inline elements and minor changes
* Change: Use SVG files as inline elements * Improve assets organization * Improve accessibility on search layout * Reduce Scratch usage by using a data file and dict function * Other minor changes
Diffstat (limited to 'layouts/_default/search.html')
-rw-r--r--layouts/_default/search.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/search.html b/layouts/_default/search.html
index 851f6bf..d8f954d 100644
--- a/layouts/_default/search.html
+++ b/layouts/_default/search.html
@@ -4,6 +4,7 @@
{{ partial "search-form" . }}
+ <h1>{{ T "search_title" }}</h1>
<section id="search-info">
<!-- Info -->
</section>