chore: fixed feeds page styles ab923f1b
Steve · 2026-01-03 20:46 1 file(s) · +2 −2
src/pages/feeds.astro +2 −2
28 28
            href={feed.htmlUrl}
29 29
            target="_blank"
30 30
            rel="noopener noreferrer"
31 -
            class="style-link inline-block"
31 +
            class="style-link"
32 32
          >
33 33
            {feed.title}
34 34
          </a>
37 37
    </ul>
38 38
    <h2 class="text-xl font-semibold text-accent-2 pt-8">API</h2>
39 39
    <p>I'm currently using <a href="https://github.com/FreshRSS/FreshRSS" target="_blank" rel="noopener noreferrer" class="style-link">FreshRSS</a> to manage my feeds, and I've built a <a href="https://github.com/stevedylandev/freshrss-api-proxy" target="_blank" rel="noopener noreferrer" class="style-link">proxy</a> you can use to programatically fetch my subscriptions.</p>
40 -
    <pre><code># JSON
40 +
    <pre class="whitespace-pre-wrap break-all"><code># JSON
41 41
curl https://feeds.stevedylan.dev/feeds?format=json
42 42
43 43
# OPML File