added social tags

This commit is contained in:
Artemis 2025-02-06 22:20:15 +01:00
parent 8e68d8bb24
commit 8fde98e9d5
2 changed files with 7 additions and 1 deletions

View file

@ -5,6 +5,7 @@
<link rel=stylesheet href="/assets/site.css" />
<title>{% block title %}{% endblock title %}Doll.Tags</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% block meta %}{% endblock meta %}
</head>
<body>

View file

@ -2,6 +2,11 @@
{% import "macros/display" as macros %}
{% block title %}{{ profile.name }} - {% endblock title %}
{% block meta %}
<meta property="og:title"
content="{{profile.name}} ({{profile.pronoun_subject}}/{{profile.pronoun_object}}/{{profile.pronoun_possessive}}) - {{profile.id | pretty_id}}" />
<meta property="og:site_name" content="Doll.Tags" />
{% endblock meta %}
{% block main %}
<section class="raised profile">
<header>
@ -64,4 +69,4 @@
</div>
</section>
{% endif %}
{% endblock main %}
{% endblock main %}