Bug fixes for dynamic meta tags
This commit is contained in:
@ -23,9 +23,11 @@
|
||||
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
||||
<link rel="apple-touch-icon" href="{{ url_for('static', filename='favicon.png') }}">
|
||||
<title>
|
||||
{% block title %}{% endblock %} | Which Masks Playbook Are You? — a Personality Quiz
|
||||
{{ page_info['title']|safe }} | {{ site_meta['title']|safe }}
|
||||
</title>
|
||||
{% include "og-meta.html" %}
|
||||
{% block meta %}
|
||||
{% include "og-meta.html" %}
|
||||
{% endblock %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user