opengraph

This commit is contained in:
merdan 2021-05-21 16:32:39 +05:00
parent 72a33c046c
commit 60bd567179
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}