Skip to content

Commit 0d7faa6

Browse files
authored
Merge pull request #7 from pythonpe/fixing-opengraph2
Opengraph fix, now for good
2 parents 460fecf + e36de84 commit 0d7faa6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_templates/partials/opengraph.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{% if metatags %}
2+
{{ metatags }}
3+
{% endif %}

0 commit comments

Comments
 (0)