Fix embeds
This commit is contained in:
parent
0c7c813778
commit
d9f63dbb7a
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:image" content="https://clove.is-a.dev/images/favicon.png" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:title" content="Clove Twilight | Changelog" />
|
||||
<meta name="twitter:description" content="Changelog for Clove Twilight" />
|
||||
</head>
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
<header class="nav">
|
||||
<nav class="nav-links">
|
||||
<a class="nav-link" data-href="/"><- Homepage</a>
|
||||
<a class="nav-link selected" data-href="/changelog">Changelog</a>
|
||||
<a class="nav-link selected" data-href="/changelog">Changelog</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
|
@ -72,10 +72,12 @@
|
|||
<time class="release-date">2026-05-30</time>
|
||||
</header>
|
||||
<ul class="release-notes">
|
||||
<li><span class="tag tag-add">Added</span> "Now Playing" widget pulling my latest Last.fm scrobble</li>
|
||||
<li><span class="tag tag-add">Added</span> "Now Playing" widget pulling my latest Last.fm scrobble
|
||||
</li>
|
||||
<li><span class="tag tag-add">Added</span> Secret Cat Modes — click the cat to unlock new looks</li>
|
||||
<li><span class="tag tag-add">Added</span> this changelog + version tag</li>
|
||||
<li><span class="tag tag-change">Changed</span> bottom-left page nav with smooth cross-fade transitions</li>
|
||||
<li><span class="tag tag-change">Changed</span> bottom-left page nav with smooth cross-fade
|
||||
transitions</li>
|
||||
</ul>
|
||||
</article>
|
||||
|
||||
|
|
@ -119,7 +121,8 @@
|
|||
<time class="release-date">2026-05-29</time>
|
||||
</header>
|
||||
<ul class="release-notes">
|
||||
<li><span class="tag tag-add">Added</span> rebuilt the site as a link hub (icon grid, Catppuccin theme)</li>
|
||||
<li><span class="tag tag-add">Added</span> rebuilt the site as a link hub (icon grid, Catppuccin
|
||||
theme)</li>
|
||||
<li><span class="tag tag-add">Added</span> oneko cat + cosmetic system badges</li>
|
||||
</ul>
|
||||
</article>
|
||||
|
|
@ -161,4 +164,4 @@
|
|||
<script src="/js/cat-modes.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:image" content="https://clove.is-a.dev/images/favicon.png" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:title" content="Clove Twilight | Tech Stack" />
|
||||
<meta name="twitter:description" content="Tech Stack for Clove Twilight" />
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:image" content="https://clove.is-a.dev/images/favicon.png" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:title" content="Clove Twilight | Template" />
|
||||
<meta name="twitter:description" content="Template Page for Clove Twilight" />
|
||||
</head>
|
||||
|
|
@ -48,15 +48,14 @@
|
|||
</header>
|
||||
<main class="hub">
|
||||
<header class="hub-header">
|
||||
<img class="pfp"
|
||||
src="/images/avatar.png"
|
||||
alt="Clove Twilight avatar">
|
||||
<img class="pfp" src="/images/avatar.png" alt="Clove Twilight avatar">
|
||||
<h1>Clove Twilight</h1>
|
||||
<h2 class="pronouns">(fae/faer)</h2>
|
||||
<p class="tagline">Template</p>
|
||||
</header>
|
||||
<h1>Template</h1>
|
||||
<p>This is a simple template for the clove.is-a.dev website, it's to make it easier for myself to create new pages.</p>
|
||||
<p>This is a simple template for the clove.is-a.dev website, it's to make it easier for myself to create new
|
||||
pages.</p>
|
||||
</main>
|
||||
|
||||
<aside class="badges" aria-label="System badges">
|
||||
|
|
|
|||
Loading…
Reference in New Issue