temper-tv/main-site/themes/temper/layouts/partials/head.html

15 lines
967 B
HTML

<head>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link rel="shortcut icon" type="image/png" href="{{ .Site.BaseURL }}/img/favicon.png">
<title>{{ default .Params.Title .Site.Params.Title }}</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta property="og:title" content="{{ default .Site.Title .Params.Title }}">
<meta property="og:description" content="{{ default .Site.Params.Description .Params.Description }}">
<meta property="og:site_name" content="{{ .Site.Params.Name }}">
<meta property="og:url" content="{{ .Permalink }}">
<meta property="og:type" content="website">
<meta property="og:image" content="/images/ogbanner.jpg">
</head>