File tree 1 file changed +7
-7
lines changed 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
< link rel ="icon " href ="/favicon.ico " type ="image/x-icon " />
8
8
9
9
{% if page.layout == "page" %}
10
- < meta name ="description " content ="{{ page.content|markdownify|strip_html|truncatewords:100 }} " />
11
- < meta property ="og:description " content ="{{ page.content|markdownify|strip_html|truncatewords:100 }} " />
10
+ < meta name ="description " content ="{{ page.content|markdownify|strip_html|truncatewords:50 }} " />
11
+ < meta property ="og:description " content ="{{ page.content|markdownify|strip_html|truncatewords:50 }} " />
12
12
{% elsif page.excerpt %}
13
- < meta name ="description " content ="{{ page.content|strip_html|truncatewords:100 }} " />
14
- < meta property ="og:description " content ="{{ page.content|strip_html|truncatewords:100 }} " />
13
+ < meta name ="description " content ="{{ page.content|strip_html|truncatewords:75 }} " />
14
+ < meta property ="og:description " content ="{{ page.content|strip_html|truncatewords:75 }} " />
15
15
{% else %}
16
16
< meta name ="description " content ="{{ site.description }} ">
17
17
< meta property ="og:description " content ="{{ site.description }} " />
18
18
{% endif %}
19
19
< meta name ="author " content ="{{ site.name }} " />
20
20
21
21
{% if page.title %}
22
- < meta property ="og:title " content ="{{ page.title }} " />
23
- < meta property ="twitter:title " content ="{{ page.title }} " />
22
+ < meta property ="og:title " content ="{{ page.title }} — {{ site.name }} " />
23
+ < meta property ="twitter:title " content ="{{ page.title }} — {{ site.name }} " />
24
24
{% endif %}
25
25
26
26
{% if page.image %}
27
27
< meta property ="og:image " content ="{{ site.url }}{{ page.image }} " />
28
28
{% endif %}
29
29
30
- < meta name ="url " content ="{{ site.url }} " />
30
+ < meta name ="url " content ="{{ site.url }}{{ post.url }} " />
You can’t perform that action at this time.
0 commit comments