add meta tags config

This commit is contained in:
ghost 2024-01-06 23:56:42 +02:00
parent fff29a762e
commit 699e01c396
4 changed files with 15 additions and 1 deletions

View file

@ -2,7 +2,9 @@
<html>
<head>
<meta charset="UTF-8">
<title>{% block head_title_content %}{{ app.name }}{% endblock %}</title>
<meta name="description" content="{% block head_meta_description %}{{ app.meta.description }}{% endblock %}" />
<meta name="keywords" content="{% block head_meta_keywords %}{{ app.meta.keywords }}{% endblock %}" />
<title>{% block head_title_content %}{{ app.meta.title }}{% endblock %}</title>
<link rel="stylesheet" type="text/css" href="{{ url('main_index') }}css/default.css?{{ app.version }}"/>
</head>
<body>