header using new config vars

This commit is contained in:
shockrah 2020-01-29 20:18:05 -08:00
parent 5dcc6b2096
commit 320310e680

View File

@ -3,15 +3,15 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="{{og_title}}"> <meta name="title" content="{{title}}">
<title>{{og_title}}</title> <title>{{og_title}}</title>
<meta name="description" content="{{og_desc}}"> <meta name="description" content="{{description}}">
<!-- open graph things --> <!-- open graph things -->
<meta property="og:title" content="{{og_title}}"> <meta property="og:title" content="{{title}}">
<meta property="og:type" content="{{og_type}}"> <meta property="og:type" content="{{og_type}}">
<meta property="og:description" content="{{og_desc}}"> <meta property="og:description" content="{{description}}">
<meta property="og:url" content="{{og_url}}"> <meta property="og:url" content="{{url}}">
<meta property="og:image" content="{{og_image}}"> <meta property="og:image" content="{{favicon}}">
<link rel="shortcut icon" type="image/png" href="{{favicon}}"> <link rel="shortcut icon" type="image/png" href="{{favicon}}">
<script src="https://kit.fontawesome.com/744f5c4640.js"></script> <script src="https://kit.fontawesome.com/744f5c4640.js"></script>
@ -20,4 +20,4 @@
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<link rel="stylesheet" href={{stylesheet}}> <link rel="stylesheet" href={{stylesheet}}>
</head> </head>