{{ .Data.Title }}
-{{ .Data.Description }}
+{{ title }}
+{{ description }}
diff --git a/base.html b/base.html index c287153..693f494 100644 --- a/base.html +++ b/base.html @@ -1,111 +1,104 @@ -{{- define "header" -}} - +
- {{ block "meta" . -}} + {% block meta %}ಶ್ರೀ. ವಿ. ಕೃಷ್ಣ ಅವರ ಕನ್ನಡ - ಇಂಗ್ಲಿಷ್ ನಿಘಂಟು
- “Alar” V. Krishna's Kannada → English dictionary - + "Alar" V. Krishna's Kannada → English dictionary +{{ $.L.T "public.noResults" }}
-{{ else }} -{{ t(key="public.noResults") }}
+{% else %} +{{ .L.T "public.noResults" }}
- {{ else }} -{{ t(key="public.noResults") }}
+ {% else %} + -{{ .Data.Description }}
+{{ description }}
Alar is an authoritative Kannada-English dictionary corpus @@ -50,7 +50,7 @@
This website is published using dictpress, and uses knphone, a Kannada phonetic - indexing algorithm, for search. Search suggestions and transliterations are powered by Varnam. + indexing algorithm, for search. Search suggestions and transliterations are powered by Varnam. The website's source is available here.
@@ -61,8 +61,8 @@
-In 2019, Zerodha collaborated with - V. Krishna to open source and publish his dictionary online and +
In 2019, Zerodha collaborated with + V. Krishna to open source and publish his dictionary online and awarded him a grant to support his work.
@@ -72,5 +72,4 @@ alt="Indic Archive" />Since 2023, Alar is a project under Indic Digital Archive Foundation.
- {{ .L.T "public.noResults" }} + {{ t(key="public.noResults") }}
- {{ else }} - {{ template "results" . }} - {{ end }} + {% else %} + {% include "results.html" %} + {% endif %}