Added meta tags
This commit is contained in:
@@ -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') }}">
|
||||
|
||||
Reference in New Issue
Block a user