ParticipioLabs / dreams

A platform for planning and crowdfunding co-created events.
MIT License
5 stars 5 forks source link

Multiple <title> tags #99

Open stefan2904 opened 5 years ago

stefan2904 commented 5 years ago

Right now, each dream has two <title> tags, e.g.:

    <title>Dreams</title>
            <title>PlemPlem Sauna - Dreams</title>

Browsers only display the first one:

Selection_999(025)

So it gets confusing when you have open multiple tabs with different dreams, etc. ;-)

stefan2904 commented 5 years ago

I could not find the correct template, but I guess the problem is that the first tag is always present while the second one gets added by specific views.

(This problem also exists with other pages, btw.)