update feed title
This commit is contained in:
parent
70ff539c15
commit
ba87a8960d
|
@ -4,7 +4,7 @@
|
|||
<title>One cat per day!</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="alternate" type="application/rss+xml" title="My Cool Website" href="https://onecatper.day/rss.xml" />
|
||||
<link rel="alternate" type="application/rss+xml" title="One Cat Per Day!" href="https://onecatper.day/rss.xml" />
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="https://api.fonts.coollabs.io/icon?family=Material+Icons">
|
||||
</head>
|
||||
|
@ -22,7 +22,7 @@
|
|||
</header>
|
||||
<main>
|
||||
<!-- a more descriptive alt text is not possible, I can only know ahead of time that one or more catss will be in the image -->
|
||||
<img class="cat-img" src=img/cat2024-10-28-08:37.jpg alt="A picture of a cat">
|
||||
<img class="cat-img" src=img/cat2024-12-31-10:00.jpg alt="A picture of a cat">
|
||||
</main>
|
||||
<footer>
|
||||
<p>Made by emma for the love of cats. </p>
|
||||
|
|
Loading…
Reference in New Issue