move open_graph to head

This commit is contained in:
Iuri Matias 2020-01-30 11:21:16 -05:00 committed by Jakub Sokołowski
parent 4bd61da322
commit 3810a1516f
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
3 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -3,8 +3,6 @@
{{ partial('partial/head') }}
<body>
{{ open_graph() }}
{{ body }}
{{ partial('partial/footer') }}

View File

@ -148,4 +148,5 @@
svg4everybody();
</script>
{{ open_graph() }}
</head>