Add metatags
This commit is contained in:
parent
f296cccd69
commit
bdd140b2de
4 changed files with 41 additions and 9 deletions
|
@ -4,7 +4,8 @@
|
|||
<link type="text/css" rel="stylesheet" href="/build/app.css"/>
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,700;1,300&display=swap" rel="stylesheet">
|
||||
{% include 'meta' %}
|
||||
|
||||
{% include 'meta' with { page, site } only %}
|
||||
</head>
|
||||
<body>
|
||||
{% block body %}{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue