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