Added social graph info.

This commit is contained in:
2025-02-18 16:20:05 -06:00
parent b100d4fe86
commit eca10ea88c
4 changed files with 11 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
assets/.DS_Store vendored

Binary file not shown.

BIN
images/rfe-social.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 KiB

View File

@ -7,8 +7,19 @@
<html> <html>
<head> <head>
<title>Radio Free Elsewhere</title> <title>Radio Free Elsewhere</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta property="og:title" content="Radio Free Elsewhere" />
<meta property="og:description" content="Something different. Somewhere else." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://cyberpunklibrarian.nohost.me/rfe/" />
<meta property="og:image" content="https://cyberpunklibrarian.nohost.me/rfe/images/rfe-social.jpg" />
<meta name="twitter:title" content="Radio Free Elsewhere">
<meta name="twitter:description" content="Something different. Somewhere else.">
<meta name="twitter:image" content="https://cyberpunklibrarian.nohost.me/rfe/images/rfe-social.jpg">
<meta name="twitter:card" content="summary_large_image">
<link rel="stylesheet" href="assets/css/rfe.css" /> <link rel="stylesheet" href="assets/css/rfe.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript> <noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>