Merge pull request #2159

head: fix double slash in og:url
This commit is contained in:
luigi1111 2023-05-11 13:33:17 -05:00 committed by GitHub
commit 3074196410
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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