Refactor all templates to dictpress v5 (Rust/Tera templates).
This commit is contained in:
+10
-11
@@ -1,12 +1,12 @@
|
||||
{{ define "meta" }}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block meta %}
|
||||
<title>About V. Krishna's Alar (Kannada-English dictionary)</title>
|
||||
<meta name="description" content="About V. Krishna's Alar (Kannada-English dictionary)" />
|
||||
{{ end }}
|
||||
{% endblock %}
|
||||
|
||||
{{ define "page-about" }}
|
||||
|
||||
{{ template "header" . }}
|
||||
<section class="page box">
|
||||
{% block content %}
|
||||
<section class="content about page">
|
||||
<h1>About</h1>
|
||||
<p>
|
||||
<em>Alar</em> is an authoritative Kannada-English dictionary corpus
|
||||
@@ -50,7 +50,7 @@
|
||||
<p>
|
||||
This website is published using <a href="https://github.com/knadh/dictpress">dictpress</a>,
|
||||
and uses <a href="https://github.com/knadh/knphone">knphone</a>, a Kannada phonetic
|
||||
indexing algorithm, for search. Search suggestions and transliterations are powered by <a href="https://github.com/varnamproject">Varnam</a>.
|
||||
indexing algorithm, for search. Search suggestions and transliterations are powered by <a href="https://github.com/varnamproject">Varnam</a>.
|
||||
The website's source is <a href="https://github.com/alar-dict/alar.ink">available here</a>.
|
||||
</p>
|
||||
<p>
|
||||
@@ -61,8 +61,8 @@
|
||||
|
||||
<p><a href="https://zerodha.com"><img height="18px" src="/static/zerodha-logo.svg"
|
||||
alt="Zerodha" /></a></p>
|
||||
<p>In 2019, <a href="https://zerodha.tech/blog/alar-the-making-of-an-open-source-dictionary">Zerodha collaborated</a> with
|
||||
V. Krishna to open source and publish his dictionary online and
|
||||
<p>In 2019, <a href="https://zerodha.tech/blog/alar-the-making-of-an-open-source-dictionary">Zerodha collaborated</a> with
|
||||
V. Krishna to open source and publish his dictionary online and
|
||||
awarded him a grant to support his work.
|
||||
</p>
|
||||
|
||||
@@ -72,5 +72,4 @@
|
||||
alt="Indic Archive" /></a></p>
|
||||
<p>Since 2023, Alar is a project under Indic Digital Archive Foundation.</p>
|
||||
</section>
|
||||
{{ template "footer" . }}
|
||||
{{ end }}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user