1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2024-09-27 22:37:30 +00:00

Fix duplicate pages in timeline

This commit is contained in:
Cadence Ember 2020-05-06 01:00:55 +12:00
parent e93b68abbe
commit 21f98464a5
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412

View File

@ -15,7 +15,6 @@ html
else
title= `@${user.data.username} | Bibliogram`
include includes/head
script(src=getStaticURL("html", "/static/js/pagination.js") type="module")
script(src=getStaticURL("html", "/static/js/post_overlay.js") type="module")
meta(property="og:url" content=`${constants.website_origin}/u/${user.data.username}`)
meta(property="og:type" content="profile")