Switch src and alt

This commit is contained in:
Leandro Facchinetti 2020-08-09 23:05:31 +01:00
parent c6540fc54c
commit f2fee64925
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
<h1 align="center"><a href="https://kill-the-newsletter.com">Kill the Newsletter!</a></h1> <h1 align="center"><a href="https://kill-the-newsletter.com">Kill the Newsletter!</a></h1>
<h3 align="center">Convert email newsletters into Atom feeds</h3> <h3 align="center">Convert email newsletters into Atom feeds</h3>
<p align="center"><img alt="Convert email newsletters into Atom feeds" src="static/logo.svg"></p> <p align="center"><img src="static/logo.svg" alt="Convert email newsletters into Atom feeds"></p>
<p align="center"> <p align="center">
<a href="https://github.com/leafac/kill-the-newsletter.com"><img alt="Source" src="https://img.shields.io/badge/Source---"></a> <a href="https://github.com/leafac/kill-the-newsletter.com"><img src="https://img.shields.io/badge/Source---" alt="Source"></a>
<a href="https://github.com/leafac/kill-the-newsletter.com/actions"><img alt="Continuous Integration" src="https://github.com/leafac/kill-the-newsletter.com/workflows/.github/workflows/main.yml/badge.svg"></a> <a href="https://github.com/leafac/kill-the-newsletter.com/actions"><img src="https://github.com/leafac/kill-the-newsletter.com/workflows/.github/workflows/main.yml/badge.svg" alt="Continuous Integration"></a>
</p> </p>
# Deploy Your Own Instance (Self-Host) # Deploy Your Own Instance (Self-Host)

View File

@ -143,7 +143,7 @@ function layout(content: string): string {
<header> <header>
<h1><a href="/">Kill the Newsletter!</a></h1> <h1><a href="/">Kill the Newsletter!</a></h1>
<p>Convert email newsletters into Atom feeds</p> <p>Convert email newsletters into Atom feeds</p>
<p><img alt="Convert email newsletters into Atom feeds" src="/logo.svg"></p> <p><img src="/logo.svg" alt="Convert email newsletters into Atom feeds"></p>
</header> </header>
<main>${content}</main> <main>${content}</main>
<footer><p>By <a href="https://leafac.com">Leandro Facchinetti</a> · <a href="https://github.com/leafac/kill-the-newsletter.com">Source</a> · <a href="${ISSUE_REPORT}">Report an Issue</a></p></footer> <footer><p>By <a href="https://leafac.com">Leandro Facchinetti</a> · <a href="https://github.com/leafac/kill-the-newsletter.com">Source</a> · <a href="${ISSUE_REPORT}">Report an Issue</a></p></footer>