Updated to match current site
This commit is contained in:
@ -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; ?>
|
||||
|
Reference in New Issue
Block a user