add missing meta description tags

This commit is contained in:
imperosol
2025-09-01 17:22:20 +02:00
parent 57e3a930ba
commit 83c96884d8
10 changed files with 83 additions and 20 deletions

View File

@@ -1,6 +1,14 @@
{% extends "core/base.jinja" %}
{% from 'core/macros.jinja' import user_profile_link %}
{% block title -%}
{{ club.name }}
{%- endblock %}
{% block description -%}
{{ club.short_description }}
{%- endblock %}
{% block content %}
<div id="club_detail">
{% if club.logo %}