fix meta and accessibility
This commit is contained in:
parent
98c442845c
commit
1acc09f08c
2 changed files with 2 additions and 3 deletions
|
@ -4,6 +4,7 @@
|
|||
<title>{{ title }} • {{site.title}}</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name='viewport' content='width=device-width'>
|
||||
<link rel="canonical" href="{{ site.url }}{{ page.url }}"/>
|
||||
<meta property="og:title" content="{{ title }}" />
|
||||
<meta name="description" content="{% if excerpt %}{{ excerpt}}{% else %}{{ site.description }}{% endif %}" />
|
||||
<meta property="og:description" content="{% if excerpt %}{{ excerpt}}{% else %}{{ site.description }}{% endif %}" />
|
||||
|
|
Reference in a new issue