fix: update viewport

This commit is contained in:
Cory Dransfeldt 2023-10-27 20:36:58 -07:00
parent a540821005
commit cd25e35512

View file

@ -9,7 +9,7 @@
{% endif %}
{{ site.title }}</title>
<meta charset="utf-8">
<meta name='viewport' content='width=device-width'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="{{ fullUrl }}" />
<meta property="og:title" content="{% if title %}{{ title }} • {% endif %}{{site.title}}" />
<meta name="description" content="{% if excerpt %}{{ excerpt}}{% else %}{{ site.description }}{% endif %}" />