-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.php
More file actions
13 lines (13 loc) · 633 Bytes
/
head.php
File metadata and controls
13 lines (13 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<head>
<?php include_once get_template_directory() . '/ascii-message.html'; ?>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Caveat&family=Inter:wght@200;400;700&family=Jost:wght@200;300;400;500;600;700;900&display=swap"
rel="stylesheet">
<?php wp_head(); ?>
</head>