Change logo Add luister and kijk icons Tip de streekredactie points to whatsapp 088-8505651 Add s to Podcast Removed waterschapsverkiezingen from menu Podcast autoplay disabled Remove Gooische Courant and NH Nieuws Changed NH Gooi to Over NH Gooi Added padding and border-radios to homepage posts Changed header 12px to 14px Add now and next programs to homepage Add new button to programs Changed contact text Add fallback image to program guide Make items height equally in program guide
46 lines
2.9 KiB
PHP
46 lines
2.9 KiB
PHP
<head>
|
|
@include('layouts._analytics')
|
|
<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/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">-->
|
|
<link rel="stylesheet" type="text/css" href="/css/prettyPhoto.css">
|
|
<link rel="stylesheet" type="text/css" href="/css/bootstrap-grid.min.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
<link rel="stylesheet" type="text/css" href="/css/style.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.fragment'))
|
|
->append('title', ' | NH Gooi')
|
|
->metaTags();
|
|
} ?>
|
|
@stack('styles')
|
|
<link rel="shortcut icon" href="/favicon.ico">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<link rel="manifest" href="/site.webmanifest">
|
|
<!--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>
|