File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
<link rel="preconnect" href="//9qpuwspm.api.lncld.net">
33
33
<link rel="preconnect" href="//gravatar.loli.net">
34
34
35
- <title>{% if title %}{{ title }}{% else %}{{ config.title }}{% endif %} | {% if is_home() %}{{ config.subtitle }}{% else %}{{ config.title }}{% endif %}</title>
35
+ <title>{% if title %}{{ title }}{% else %}{{ config.title }}{% endif %}{% if is_home() %}{% if config.subtitle %} | {{ config.subtitle }}{% endif %}{% else %} | {{ config.title }}{% endif %}</title>
36
36
37
37
<meta name="HandheldFriendly" content="True" />
38
38
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2"/>
64
64
65
65
<meta property="og:site_name" content="{{ config.title }}">
66
66
<meta property="og:type" content="{% if is_post() %}article{% else %}blog{% endif %}">
67
- <meta property="og:title" content="{% if title %}{{ title }}{% else %}{{ config.title }}{% endif %} | {% if is_home() %}{{ config.subtitle }}{% else %}{{ config.title }}{% endif %}">
67
+ <meta property="og:title" content="{% if title %}{{ title }}{% else %}{{ config.title }}{% endif %}{% if is_home() %}{% if config.subtitle %} | {{ config.subtitle }}{% endif %}{% else %} | {{ config.title }}{% endif %}">
68
68
<meta property="og:description" content="{% if is_post() %}{{ page.description }}{% else %}{{ config.description }}{% endif %}">
69
69
<meta property="og:url" content="{{ config.url }}{{ url_for(page.path) }}">
70
70
93
93
{% endif %}
94
94
95
95
{# {% include "public/json-ld.swig" %} #}
96
- </head>
96
+ </head>
You can’t perform that action at this time.
0 commit comments