38 lines
2.2 KiB
PHP
38 lines
2.2 KiB
PHP
<head>
|
|
<title>@yield('title') | NH Gooi</title>
|
|
<!--meta-->
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.2" />
|
|
<meta name="format-detection" content="telephone=no" />
|
|
<meta name="keywords" content="NH Gooi,Radio,TV,Nieuws,Lokale omroep,Huizen,Blaricum,Eemnes,Laren,Hilversum,BEL-gemeenten,Streekomroep" />
|
|
<meta name="description" content="NH Gooi is de streekomroep voor Hilversum, Huizen, Blaricum, Eemnes en Laren." />
|
|
<!--style-->
|
|
<link href='//fonts.googleapis.com/css?family=Roboto:300,400,700' rel='stylesheet' type='text/css'>
|
|
<link href='//fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700' rel='stylesheet' type='text/css'>
|
|
<link rel="stylesheet" type="text/css" href="/css/reset.css">
|
|
<link rel="stylesheet" type="text/css" href="/css/superfish.css">
|
|
<link rel="stylesheet" type="text/css" href="/css/prettyPhoto.css">
|
|
<link rel="stylesheet" type="text/css" href="/css/jquery.qtip.css">
|
|
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
|
<link rel="stylesheet" type="text/css" href="/css/menu_styles.css">
|
|
<link rel="stylesheet" type="text/css" href="/css/animations.css">
|
|
<link rel="stylesheet" type="text/css" href="/css/responsive.css">
|
|
<link rel="stylesheet" type="text/css" href="/css/odometer-theme-default.css">
|
|
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
|
|
<link rel="stylesheet" type="text/css" href="/css/nhgooi.css">
|
|
<meta property="fb:app_id" content="133349980094758" />
|
|
<meta property="og:site_name" content="NH Gooi" />
|
|
<?php if(isset($metadata)) {
|
|
$metadata->set('url', url()->current())
|
|
->prepend('image', $imgBase)
|
|
->prepend('audio', route('gemist.details'))
|
|
->append('title', ' | NH Gooi')
|
|
->metaTags();
|
|
} ?>
|
|
@stack('styles')
|
|
<link rel="shortcut icon" href="/images/favicon.ico">
|
|
<!--rss-->
|
|
<link rel="alternate" type="application/rss+xml" title="Abonneren op NH Gooi Nieuws" href="{{env('API_URL')}}rss/nieuws" />
|
|
<link rel="alternate" type="application/rss+xml" title="Abonneren op NH Gooi Fragment gemist" href="{{env('API_URL')}}rss/podcasts" />
|
|
</head>
|