v3.0.1 update: Gunicorn and og meta tags
This commit is contained in:
@ -25,6 +25,7 @@
|
||||
<title>
|
||||
{% block title %}{% endblock %} | Which Masks Playbook Are You? — a Personality Quiz
|
||||
</title>
|
||||
{% include "og-meta.html" %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
17
interface/templates/og-meta.html
Normal file
17
interface/templates/og-meta.html
Normal file
@ -0,0 +1,17 @@
|
||||
<meta name="description" content="A personality quiz to find out which Masks playbook you are." />
|
||||
<meta property="og:locale" content="en_UK" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:description" content="A personality quiz to find out which Masks playbook you are." />
|
||||
<meta property="og:url" content="https://masks.vsnt.uk{{ url_for(request.endpoint, **request.view_args) }}" />
|
||||
<meta property="og:site_name" content="Masks Personality Quiz | V.S." />
|
||||
<meta property="og:image" content="https://masks.vsnt.uk{{ url_for('static', filename='favicon.png') }}" />
|
||||
<meta property="og:image:alt" content="Logo of the Masks Personality Quiz" />
|
||||
<meta property="og:image:width" content="1024" />
|
||||
<meta property="og:image:height" content="1024" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:description" content="A personality quiz to find out which Masks playbook you are." />
|
||||
<meta name="twitter:image" content="https://masks.vsnt.uk{{ url_for('static', filename='favicon.png') }}" />
|
||||
<meta name="twitter:image:alt" content="Logo of the Masks Personality Quiz" />
|
||||
<meta name="twitter:creator" content="@viveksantayana" />
|
||||
<meta name="twitter:site" content="@viveksantayana" />
|
||||
<meta name="theme-color" content="#343a40" />
|
Reference in New Issue
Block a user