minor tempate refactor

This commit is contained in:
3nprob 2021-10-08 02:22:01 +09:00
parent 20f34e91e2
commit 93d50794b9
3 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
html
head
title #{pageTitle}
include includes/head.pug
body
img(src=util.proxyURL(url), alt='' class='album-img')

View File

@ -41,7 +41,6 @@ mixin media(m)
html
head
title #{pageTitle}
include includes/head.pug
body
div(class='Gallery-Content')

View File

@ -1,2 +1,3 @@
title= pageTitle
link(rel="stylesheet", type="text/css", href="/css/styles.css")
link(rel="stylesheet", type="text/css", href="/css/custom.css")