Upload favicons
This commit is contained in:
@@ -5,16 +5,13 @@ include includes/display_structured
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
meta(charset="utf-8")
|
||||
meta(name="viewport" content="width=device-width, initial-scale=1")
|
||||
title
|
||||
if post.getCaptionIntroduction()
|
||||
=post.getCaptionIntroduction()
|
||||
else
|
||||
=`Post from @${post.getBasicOwner().username}`
|
||||
=` | Bibliogram`
|
||||
link(rel="stylesheet" type="text/css" href="/static/css/main.css")
|
||||
script(src="/static/js/pagination.js" type="module")
|
||||
include includes/head
|
||||
body.post-page
|
||||
main.post-page-divider
|
||||
section.description-section
|
||||
|
||||
Reference in New Issue
Block a user