diff options
Diffstat (limited to 'templates/authors/single.html')
-rw-r--r-- | templates/authors/single.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/authors/single.html b/templates/authors/single.html index f61ac4b..5acc50f 100644 --- a/templates/authors/single.html +++ b/templates/authors/single.html @@ -1,4 +1,9 @@ {% extends "base.html" %} +{% block opengraph %} + <meta property="og:title" content="{{ term.name }}"> + <meta property="og:type" content="profile"> + <meta property="og:url" content="{{ term.permalink | safe }}"> +{% endblock opengraph %} {% block content %} <h1 class="author">{{ trans(key="posts_by", lang=lang) }} {{ term.name }}</h1> |