File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 11{% extends "base.html" %}
22
33{% block extrahead %}
4+ < meta property ="og:title " content ="{% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }} ">
5+
6+ {% if page.meta and page.meta.description %}
7+ < meta property ="og:description " content ="{{ page.meta.description }} ">
8+ < meta name ="description " content ="{{ page.meta.description }} ">
9+ {% else %}
10+ < meta property ="og:description " content ="{{ config.site_description }} ">
11+ {% endif %}
12+
413 < meta property ="og:type " content ="website ">
514 < meta property ="og:image " content ="{{ config.site_url }}{{ config.extra.social_image }} ">
6-
715 < meta name ="twitter:card " content ="summary_large_image ">
8- < meta name ="twitter:image " content ="{{ config.site_url }}{{ config.extra.social_image }} ">
916{% endblock %}
1017
1118{% block content %}
You can’t perform that action at this time.
0 commit comments