templates/partials/head.html.twig line 1
{% block head %}
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta name="description" content="Les bonnes adresses du Sarladais pour visiter la Dordogne en toute simplicité." />
<meta name="image" content="https://bestof.ovh/images/accueil_bos.png">
<meta name="keywords" content="HTML, CSS, JavaScript" />
<meta name="author" content="PIerre Melsens-Kastner" />
<!-- favicon start -->
<link
rel="icon"
type="image/png"
sizes="16x16"
href="../img/favicon/favicone.png"
/>
<!-- favicon end -->
<meta property="og:title" content="Best of Sarlat">
<meta property="og:description" content="Les bonnes adresses du Sarladais pour visiter la Dordogne en toute simplicité.">
<meta property="og:image" content="https://bestof.ovh/images/accueil_bos.png">
<meta property="og:url" content="https://bestof.ovh/">
<link
rel="stylesheet"
type="text/css"
href="../css/plugin-css/swiper-bundle.css"
/>
<link rel="stylesheet" type="text/css" href="../css/plugin-css/aos.css" />
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link rel="shortcut icon" href="" type="image/x-icon" />
<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=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://kit-pro.fontawesome.com/releases/v5.12.1/css/pro.min.css"
/>
<link rel="stylesheet" type="text/css" href="../css/style.css" />
<title>{% block title %}Best of Sarlat{% endblock %}</title>
</head>
{% endblock %}