Merge pull request #10 from Nagasaki45/master

Replace | with - between site name and subtitle in open graph title
This commit is contained in:
José Guilherme Vanz
2017-09-03 04:07:14 -03:00
committed by GitHub
+1 -1
View File
@@ -9,7 +9,7 @@
{% block metadata %} {% block metadata %}
<meta name="description" content="{{ BIO }}" /> <meta name="description" content="{{ BIO }}" />
<meta property="og:description" content="{{ BIO }}" /> <meta property="og:description" content="{{ BIO }}" />
<meta property="og:title" content="{{ SITENAME }}{% if SITESUBTITLE %} | {{ SITESUBTITLE }}{% endif %}" /> <meta property="og:title" content="{{ SITENAME }}{% if SITESUBTITLE %} - {{ SITESUBTITLE }}{% endif %}" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="{{ SITEURL }}" /> <meta property="og:url" content="{{ SITEURL }}" />
{% endblock %} {% endblock %}