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:
@ -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í" %}
|
||||
|
Reference in New Issue
Block a user