File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 23
23
< meta name ="url " property ="og:url " content ="{{ page_url | url }} " />
24
24
< meta name ="description " property ="og:description " content ="{{ description }} " />
25
25
{% if page_type == "article" %}
26
- < meta name ="author " property ="article:author " content ="{{ site.author }} " />
27
- < meta name ="published_time " property ="article:published_time " content ="{{ date }} " />
28
- < meta name ="publish_time " property ="article:publish_date " content ="{{ date }} " />
26
+ < meta name ="author " property ="og:article:author " content ="{{ site.author }} " />
27
+ < meta name ="published_time " property ="og:article:published_time " content ="{{ date }} " />
28
+ < meta name ="publish_time " property ="og:article:publish_date " content ="{{ date }} " />
29
+ {% for tag in tags %}
30
+ < meta name ="tag " property ="og:article:tag " content ="{{ tag }} " />
31
+ {% endfor %}
29
32
{% endif %}
30
33
{% if image %}
31
34
{% capture page_image %}
You can’t perform that action at this time.
0 commit comments