head: fix double slash in og:url

This commit is contained in:
erciccione 2023-04-20 13:20:21 +02:00
parent c3c21f92cc
commit 53922a3ae7
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF

View file

@ -39,7 +39,7 @@
{% endif %}
{% endcapture %}{{ og_image | strip }}">
<meta property="og:site_name" content="{% t global.sitename %}">
<meta property="og:url" content="{{ site.url }}/{{ page.url }}">
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
<meta property="og:type" content="website">
<meta http-equiv="onion-location" content="{% include onion.html %}" />