rss icon alt text
This commit is contained in:
parent
f2c5d6a5d4
commit
bce76b4ab4
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue