added social tags
This commit is contained in:
parent
8e68d8bb24
commit
8fde98e9d5
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue