opengraph
This commit is contained in:
parent
60bd567179
commit
3a4931be12
|
|
@ -38,6 +38,6 @@
|
|||
<meta property="article:author" content="{{post.author}}">
|
||||
<meta property="article:section" content="{{post.categories.first.name}}">
|
||||
{% for tag in post.tags %}
|
||||
<meta property="article:tag" content="{{tag}}">
|
||||
<meta property="article:tag" content="{{tag.name}}">
|
||||
{% endfor %}
|
||||
{% endput %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue