Upload favicons

This commit is contained in:
Cadence Fish
2020-02-05 19:05:18 +13:00
parent 70348e1934
commit bcfeb8bd53
17 changed files with 44 additions and 16 deletions

View File

@@ -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