Added meta tags

This commit is contained in:
2026-01-13 13:54:20 +01:00
parent 850716ea00
commit 59f2474c75
9 changed files with 61 additions and 1 deletions

View File

@@ -1,5 +1,28 @@
{% extends "base.html" %}
{% block meta_title %}
<meta property="og:title" content="h4tum CTF 2026">
<meta name="twitter:title" content="h4tum CTF 2026">
{% endblock %}
{% block meta_description %}
<meta property="og:description" content="Date: 23.01.2026
Time: 12:00 - 21:00
Location: Location: Große Rechnerhalle (00.05.011)">
<meta name="twitter:description" content="Date: 23.01.2026
Time: 12:00 - 21:00
Location: Location: Große Rechnerhalle (00.05.011)">
{% endblock %}
{% block meta_image %}
<meta property="og:image" content="{{ url_for('static', filename='h4tum_white.png', _external=True) }}">
<meta name="twitter:image" content="{{ url_for('static', filename='h4tum_white.png', _external=True) }}">
{% endblock %}
{% block content %}
<link rel="stylesheet" href="{{ url_for('static', filename='timeline.css') }}">