fix: oops that format is a lot derpier than expected
This commit is contained in:
parent
8fde98e9d5
commit
9eb1ef335a
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
|||
|
||||
{% 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" />
|
||||
<meta name="og:title" content="{{profile.name}} ({{profile.pronoun_subject}}/{{profile.pronoun_object}}/{{profile.pronoun_possessive}}) - {{profile.id | pretty_id}}" />
|
||||
<meta name="og:site_name" content="Doll.Tags" />
|
||||
<meta name="og:description" content=" " />
|
||||
{% endblock meta %}
|
||||
{% block main %}
|
||||
<section class="raised profile">
|
||||
|
|
Loading…
Add table
Reference in a new issue