Updated to match current site

This commit is contained in:
2022-12-16 19:47:11 -08:00
parent ae762f76ae
commit 327a522882
3 changed files with 90 additions and 89 deletions

View File

@ -8,17 +8,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="<?php echo description ?>">
<link rel="icon" href="<?php echo favicon ?>">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@OldgateORG">
<meta name="twitter:title" content="<?php echo title?>">
<meta name="twitter:description" content="<?php echo description ?>">
<meta name="keywords" content="SOP.wtf, SOP Link Shortener, SOP">
<meta name="keywords" content="<?php echo keywords ?>">
<meta property="og:url" content="<?php $YOURLS_SITE ?>">
<meta property="og:type" content="website">
<meta property="og:title" content="<?php echo title?>">
<meta property="og:description" content="<?php echo description ?>">
<meta property="og:image" content="https://sop.wtf/frontend/assets/img/cover.png">
<meta name="twitter:image" content="https://sop.wtf/frontend/assets/img/cover.png">
<meta property="og:image" content="<?php echo ogimg ?>">
<title><?php echo title ?></title>
<link rel="stylesheet" href="<?php $YOURLS_SITE ?>/frontend/dist/styles.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
@ -33,7 +28,7 @@
<?php else : ?>
<style>
body {
background-color: <?php echo colour ?>;
background-color: <?php echo color ?>;
}
</style>
<?php endif; ?>