Skip to content

Commit

Permalink
update title sun
Browse files Browse the repository at this point in the history
  • Loading branch information
ug.rp committed May 17, 2024
1 parent 2799f2f commit fefc784
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/r4-page-channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,11 @@ export default class R4PageChannel extends BaseChannel {
doms.push(
html`<p>
Broadcasting since
<date time=${since} title="${since}, ${sinceRelative}">${relativeDateSolar(this.channel.created_at)}</date>.
<date
time=${since}
title="Broacasting since ${since}, ${sinceRelative}; with love, from earth 🏴 🌬️ 📻 🌊 🌍 🪐 ✨"
>${relativeDateSolar(this.channel.created_at)}</date
>.
</p>`,
)
return doms
Expand Down

0 comments on commit fefc784

Please sign in to comment.