File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1010 < link rel ="icon " type ="image/png " sizes ="32x32 " href ="/favicon-32x32.png ">
1111 < link rel ="icon " type ="image/png " sizes ="16x16 " href ="/favicon-16x16.png ">
1212 < link rel ="manifest " href ="/site.webmanifest ">
13+
14+ {% block extra_head %}{% endblock %}
1315</ head >
1416
1517< body >
Original file line number Diff line number Diff line change 22
33{% block title %}{{ page.title }} | {{ config.title }}{% endblock %}
44
5+ {% block extra_head %}
6+ < meta property ="og:title " content ="{{ page.title }} | {{ config.title }} ">
7+ < meta property ="og:type " content ="article ">
8+ < meta property ="og:url " content ="{{ current_url | safe }} ">
9+ {% if page.extra.blog_image %}
10+ < meta property ="og:image " content ="{{ get_url(path=page.extra.blog_image) }} ">
11+ {% endif %}
12+ {% endblock %}
13+
14+
515{% block content %}
616< article class ="blog-post container ">
717 {% if page.extra.blog_image %}
You can’t perform that action at this time.
0 commit comments