-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
29 lines (26 loc) · 976 Bytes
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
/**
* Header
*/
acf_form_head();
?><!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js">
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<style>
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
</style>
<?php if ( is_singular() && pings_open( get_queried_object() ) ) : ?>
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php endif; ?>
<meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php
// TODO: add skip links ?>
<!-- <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'telabotanica' ); ?></a> -->
<div id="content" class="site-content">
<?php the_botascopia_module('header'); ?>