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)">
|
<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/layout.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="/static/css/colors.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>
|
<script type="module" src="/static/js/code_highlighting.mjs"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -34,8 +34,8 @@
|
||||||
</main>
|
</main>
|
||||||
<footer style="margin:20px;">
|
<footer style="margin:20px;">
|
||||||
<!-- don't bother with anchor on outside anchor is inside svg-->
|
<!-- don't bother with anchor on outside anchor is inside svg-->
|
||||||
<a href="/index.xml"> <object width="100" height="100" class="icon"
|
<a href="/index.xml"> <object width="100" height="100" class="icon" data="/static/images/rss.svg">rss
|
||||||
data="/static/images/rss.svg"></object></a>
|
feed</object></a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue