mirror of
https://github.com/askama-rs/askama.git
synced 2026-04-18 20:56:33 +00:00
Don't link latest version of the book
This way we will be able to decide whether we want to link the bleeding-edges version of the book, or (more likely) the last stable release.
This commit is contained in:
@@ -20,13 +20,13 @@
|
||||
{%- match lang -%}
|
||||
{%- when Lang::en -%}
|
||||
Hello, <strong>{{name}}</strong>, nice to meet you! {#-~#}
|
||||
I'm a <a href="https://rinja.readthedocs.io/en/latest/">Rinja</a> example application.
|
||||
I'm a <a href="https://rinja.readthedocs.io/">Rinja</a> example application.
|
||||
{%- when Lang::de -%}
|
||||
Hallo, <strong>{{name}}</strong>, schön dich kennenzulernen! {#-~#}
|
||||
Ich bin eine <a href="https://rinja.readthedocs.io/en/latest/">Rinja</a>-Beispielanwendung.
|
||||
Ich bin eine <a href="https://rinja.readthedocs.io/">Rinja</a>-Beispielanwendung.
|
||||
{%- when Lang::fr -%}
|
||||
Bonjour, <strong>{{name}}</strong>, ravi de vous rencontrer ! {#-~#}
|
||||
Je suis une application d'exemple de <a href="https://rinja.readthedocs.io/en/latest/">Rinja</a>.
|
||||
Je suis une application d'exemple de <a href="https://rinja.readthedocs.io/">Rinja</a>.
|
||||
{%- endmatch -%}
|
||||
</p>
|
||||
<h2>
|
||||
|
||||
Reference in New Issue
Block a user