chore: added static assets eb950fa7
Steve Simkins · 2026-07-05 09:54 10 file(s) · +9 −0
static/android-chrome-192x192.png (added) +0 −0

Binary file — no preview.

static/android-chrome-512x512.png (added) +0 −0

Binary file — no preview.

static/apple-touch-icon.png (added) +0 −0

Binary file — no preview.

static/favicon-16x16.png (added) +0 −0

Binary file — no preview.

static/favicon-32x32.png (added) +0 −0

Binary file — no preview.

static/favicon.ico (added) +0 −0

Binary file — no preview.

static/icon.png (added) +0 −0

Binary file — no preview.

static/og.png (added) +0 −0

Binary file — no preview.

static/site.webmanifest (added) +1 −0
1 +
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
templates/index.html +8 −0
7 7
    <link rel="stylesheet" href="/static/styles.css" />
8 8
    <title>Feeds</title>
9 9
    <meta name="description" content="Try out RSS feeds" />
10 +
    <link rel="icon" type="image/x-icon" href="/static/favicon.ico" />
11 +
    <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png" />
12 +
    <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png" />
13 +
    <link rel="apple-touch-icon" href="/static/apple-touch-icon.png" />
14 +
    <link rel="icon" type="image/png" sizes="192x192" href="/static/android-chrome-192x192.png" />
15 +
    <link rel="icon" type="image/png" sizes="512x512" href="/static/android-chrome-512x512.png" />
16 +
    <link rel="manifest" href="/static/site.webmanifest" />
10 17
    <meta property="og:url" content="{{.BaseURL}}" />
11 18
    <meta property="og:type" content="website" />
12 19
    <meta property="og:title" content="Feeds" />
13 20
    <meta property="og:description" content="Try out RSS feeds" />
21 +
    <meta property="og:image" content="{{.BaseURL}}/static/og.png" />
14 22
  </head>
15 23
  <body>
16 24
    <div class="header">