Remove unnecessary trailing slashes from meta attributes.

This commit is contained in:
2025-10-17 14:12:36 -07:00
parent 5ad44a8056
commit ff1cf74a00

View File

@@ -30,16 +30,16 @@
<?php include "banner.css"; ?>
</style>
<meta property="og:title" content="Hyperling"/>
<meta property="og:description" content="Apps, eBooks, media, and other resources from the brands Hyperling and HyperVegan."/>
<meta property="og:site_name" content="Hyperling"/>
<meta property="og:url" content="https://hyperling.com/"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://hyperling.com/files/media/icons/home.jpg"/>
<meta name="referrer" content="same-origin"/>
<meta property="og:title" content="Hyperling">
<meta property="og:description" content="Apps, eBooks, media, and other resources from the brands Hyperling and HyperVegan.">
<meta property="og:site_name" content="Hyperling">
<meta property="og:url" content="https://hyperling.com/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://hyperling.com/files/media/icons/home.jpg">
<meta name="referrer" content="same-origin">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Hyperling" />
<meta name="twitter:description" content="Apps, eBooks, media, and other resources from the brands Hyperling and HyperVegan." />
<meta name="twitter:image" content="https://hyperling.com/files/media/icons/home.jpg" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Hyperling">
<meta name="twitter:description" content="Apps, eBooks, media, and other resources from the brands Hyperling and HyperVegan.">
<meta name="twitter:image" content="https://hyperling.com/files/media/icons/home.jpg">
</head>