mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-13 19:55:21 +00:00
minor tempate refactor
This commit is contained in:
@@ -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")
|
||||||
Reference in New Issue
Block a user