plebbit / plebbit-react

A GUI for plebbit
https://plebbitapp.eth.limo
GNU General Public License v2.0
35 stars 6 forks source link

Pages should have custom html meta titles #234

Closed estebanabaroa closed 1 year ago

estebanabaroa commented 1 year ago

page title

It is possible to achieve this in plebbit by editing page title from javascript:

document.title = post.title
estebanabaroa commented 1 year ago

this doesnt seem to work well for me, it seems to flicker

https://plebbit-test.netlify.app/#/p/12D3KooWG3XbzoVyAE6Y9vHZKF64Yuuu4TjdgQKedk14iYmTEPWu/c/QmSEsdScR76G1rvo9hB94kQKNbftuwVM5CTwuGLnFeLDmb

also the default meta title should be lowercase imo. It should be "plebbit" not "Plebbit"