mirror of
https://github.com/YGGverse/HLState.git
synced 2026-03-31 09:05:44 +00:00
add meta tags config
This commit is contained in:
parent
fff29a762e
commit
699e01c396
4 changed files with 15 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue