Skip to content

Commit b1f05bf

Browse files
committed
Add meta tags for social media
1 parent 500bcaa commit b1f05bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

themes/juice/templates/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<head>
66
<meta charset="UTF-8">
77
<title>{% block title %}{{ config.title }}{% endblock title %}</title>
8+
<meta property="og:title" content="{{ config.title }}" />
9+
<meta name="twitter:title" content="{{ config.title }}">
810
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
911
{% block favicon %}
1012
<link rel="icon" type="image/png" href="/favicon.ico">

0 commit comments

Comments
 (0)