Fix duplicate pages in timeline

This commit is contained in:
Cadence Ember
2020-05-06 01:00:55 +12:00
parent e93b68abbe
commit 21f98464a5

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")