Przeglądaj źródła

fix: meta_tags

version-14
Rushabh Mehta 6 lat temu
rodzic
commit
e5011a43f3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      frappe/templates/base.html

+ 1
- 1
frappe/templates/base.html Wyświetl plik

@@ -23,7 +23,7 @@

{% if meta_tags %}
{% for key in meta_tags %}
{% if meta[key] %}<meta name="{{ key }}" content="{{ meta[key] }}" />{% endif %}
{% if meta_tags[key] %}<meta name="{{ key }}" content="{{ meta_tags[key] }}" />{% endif %}
{% endfor %}
{% endif %}



Ładowanie…
Anuluj
Zapisz