mirror of
https://github.com/dergigi/boris.git
synced 2026-01-29 19:54:39 +01:00
- Add image prop to ContentPanel to display hero images - Extract image tag from kind:30023 bookmark tags - Display article images in Card, Large, and Compact views - Show hero image at top of article reader view - Add CSS styling for article-hero-image and reader-hero-image - Article images clickable to open article in reader - Per NIP-23: image tag contains header/preview image URL
16 lines
471 B
HTML
16 lines
471 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Boris - Nostr Bookmarks</title>
|
|
<script type="module" crossorigin src="/assets/index-D4L_70u1.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/assets/index-Dljx1pJR.css">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|
|
|