🔤 Ups docs to current state

This commit is contained in:
2026-06-11 13:24:14 +02:00
parent 656c2da8cf
commit b23974a51f
12 changed files with 121 additions and 6 deletions
+2 -1
View File
@@ -23,13 +23,14 @@ export class AppCfpodcasts extends LitElement {
<nav>
<a
href="${this._routes.link("/")}"
title="Home"
title="Navigate to the home page"
>
<img alt="" src=${logo} />
<c-sronly>Home</c-sronly>
</a>
<a
href="${this._routes.link(routeEpisodes.path)}"
title="Navigate to the list of episodes"
>
Episodes
</a>