You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.1 KiB
23 lines
1.1 KiB
{{define "content"}} |
|
<article class="feed-page"> |
|
<header class="page-header"> |
|
<h1><span class="icon-inline">{{icon "rss"}}</span> TheForest Feed</h1> |
|
<p class="page-summary">Recent notes from TheForest relay</p> |
|
</header> |
|
|
|
<div class="feed-about-blurb"> |
|
<h2>About TheForest Relay</h2> |
|
<p>TheForest is a Nostr relay operated by GitCitadel. It provides a reliable, fast, and open relay service for the Nostr protocol.</p> |
|
<ul> |
|
<li><strong>Relay URL:</strong> <a href="https://theforest.nostr1.com" target="_blank" rel="noopener noreferrer"><code>wss://theforest.nostr1.com</code></a></li> |
|
<li><strong>Status:</strong> Online and operational</li> |
|
<li><strong>Features:</strong> Supports all standard Nostr event kinds</li> |
|
</ul> |
|
<p>TheForest relay hosts a variety of content, including longform markdown articles (kind 30023), e-books and structured publications (kind 30040), and short-form notes (kind 1).</p> |
|
</div> |
|
|
|
<div class="feed-container"> |
|
{{template "feed" .}} |
|
</div> |
|
</article> |
|
{{end}}
|
|
|