11 lines
471 B
Twig
11 lines
471 B
Twig
<head>
|
|
<meta charset="{{ site.charset }}" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="author" href="{{ site.theme.link }}/humans.txt" />
|
|
<link rel="profile" href="http://gmpg.org/xfn/11" />
|
|
<script src="https://unpkg.com/@popperjs/core@2"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/htmx.org@2.0.8/dist/htmx.min.js"></script>
|
|
{% do action('get_header') %}
|
|
{{ function('wp_head') }}
|
|
</head>
|