minor tempate refactor
This commit is contained in:
parent
20f34e91e2
commit
93d50794b9
|
@ -1,6 +1,5 @@
|
||||||
html
|
html
|
||||||
head
|
head
|
||||||
title #{pageTitle}
|
|
||||||
include includes/head.pug
|
include includes/head.pug
|
||||||
body
|
body
|
||||||
img(src=util.proxyURL(url), alt='' class='album-img')
|
img(src=util.proxyURL(url), alt='' class='album-img')
|
||||||
|
|
|
@ -41,7 +41,6 @@ mixin media(m)
|
||||||
|
|
||||||
html
|
html
|
||||||
head
|
head
|
||||||
title #{pageTitle}
|
|
||||||
include includes/head.pug
|
include includes/head.pug
|
||||||
body
|
body
|
||||||
div(class='Gallery-Content')
|
div(class='Gallery-Content')
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
|
title= pageTitle
|
||||||
link(rel="stylesheet", type="text/css", href="/css/styles.css")
|
link(rel="stylesheet", type="text/css", href="/css/styles.css")
|
||||||
link(rel="stylesheet", type="text/css", href="/css/custom.css")
|
link(rel="stylesheet", type="text/css", href="/css/custom.css")
|
Loading…
Reference in New Issue