Optimalizace vyhledávání

Normalizace názvu probíhá na klientovi, ale lepší by bylo napsat filtr
to Teru, který provede normalizaci při kompilování webu.
This commit is contained in:
2022-10-03 09:48:19 +02:00
parent c8df9a3301
commit 5da3e67a42
2 changed files with 6 additions and 7 deletions

View File

@ -1,5 +1,5 @@
{% macro print_recipe(recipe) %}
<article
<article data-title="{{ recipe.title | lower }}"
{% if recipe.taxonomies.tagy %}
{% for tag in recipe.taxonomies.tagy %}
{% if tag == "pikantní" %}