diff options
| author | Arne Rief <riearn@proton.me> | 2025-09-13 11:50:38 +0200 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2025-09-13 11:50:38 +0200 |
| commit | afc1f095745a548ff400f187d53bc1570f02bcf2 (patch) | |
| tree | 00cc286e358c2dfcb5d868d64cd7fef5428ad625 /assets/js/main.js | |
| parent | bc503590943804838a98e35c705a89667e5b0758 (diff) | |
RSS full content, index renamed to home, fix text bugs
Diffstat (limited to 'assets/js/main.js')
| -rw-r--r-- | assets/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/main.js b/assets/js/main.js index 6ba0f19..6eba32b 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -73,7 +73,7 @@ const link = li.querySelector(".post-card__link"); link.href = post.url; - link.tile = post.title; + link.innerHTML = post.title; const date = li.querySelector(".post-card__publish-date"); date.textContent = new Date(post.date).toLocaleDateString(); |
