opengraph
This commit is contained in:
parent
72a33c046c
commit
60bd567179
|
|
@ -37,7 +37,7 @@
|
|||
<meta property="article:modified_time" content="{{post.updated_at|date('Y-m-d')}}">
|
||||
<meta property="article:author" content="{{post.author}}">
|
||||
<meta property="article:section" content="{{post.categories.first.name}}">
|
||||
{% for post.tags as tag %}
|
||||
{% for tag in post.tags %}
|
||||
<meta property="article:tag" content="{{tag}}">
|
||||
{% endfor %}
|
||||
{% endput %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue