rss icon alt text

This commit is contained in:
Pagwin 2024-11-28 20:05:50 -05:00
parent f2c5d6a5d4
commit bce76b4ab4
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -17,7 +17,7 @@
<meta name="theme-color" content="#e2e3e5" media="(prefers-color-scheme: light)">
<link rel="stylesheet" type="text/css" href="/static/css/layout.css" />
<link rel="stylesheet" type="text/css" href="/static/css/colors.css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="/index.xml">
<link rel="alternate" type="application/rss+xml" title="Web Feed/RSS" href="/index.xml">
<script type="module" src="/static/js/code_highlighting.mjs"></script>
</head>
@ -34,8 +34,8 @@
</main>
<footer style="margin:20px;">
<!-- don't bother with anchor on outside anchor is inside svg-->
<a href="/index.xml"> <object width="100" height="100" class="icon"
data="/static/images/rss.svg"></object></a>
<a href="/index.xml"> <object width="100" height="100" class="icon" data="/static/images/rss.svg">rss
feed</object></a>
</footer>
</div>
</body>