Update HTML (richpreview meta), Update my Data.md
This commit is contained in:
parent
cee648b17d
commit
1aaa0018f0
|
@ -8,9 +8,13 @@ neatly (I hope) categorized for everyone!
|
|||
|
||||
uwu links..
|
||||
|
||||
### Finestra test
|
||||
- [Link 1](example.com)
|
||||
- [Link 2](example.com)
|
||||
### My personal links!
|
||||
|
||||
- [Home](https://octospacc.gitlab.io) - Home page of this site!
|
||||
|
||||
- [Mastodon](https://mastodon.uno/@octo) - Microblog, 98% italian
|
||||
- [Pixelfed](https://pixelfed.uno/@octo) - Where I post my pictures
|
||||
- [Noblogo](https://noblogo.org/loli-documentatrice) - Blog, 100% italian (!)
|
||||
|
||||
### Finestra test 2 :Closed
|
||||
[Link 1](example.com)
|
||||
|
|
|
@ -25,11 +25,17 @@ BaseHTML = """
|
|||
{LICENSE}
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{TITLE}</title>
|
||||
<link rel="stylesheet" href="https://unpkg.com/98.css">
|
||||
<link rel="stylesheet" href="Style.css">
|
||||
|
||||
<title>{TITLE}</title>
|
||||
<meta property="og:title" content="{TITLE}">
|
||||
<meta name="description" content="Personal Static HTML Pinboard">
|
||||
<meta property="og:description" content="Personal Static HTML Pinboard">
|
||||
<meta property="og:url" content="https://octospacc.gitlab.io/WebPinBoard">
|
||||
<!-- <meta property="og:image" content="Screenshot.jpg"> -->
|
||||
</head>
|
||||
<body>
|
||||
<div id="Background"> <!-- https://pixelfed.uno/i/web/post/419157143827461664 (CC BY-SA 4.0) -->
|
||||
|
|
Loading…
Reference in New Issue