minor tempate refactor
This commit is contained in:
		
							parent
							
								
									20f34e91e2
								
							
						
					
					
						commit
						93d50794b9
					
				| 
						 | 
				
			
			@ -1,6 +1,5 @@
 | 
			
		|||
html
 | 
			
		||||
  head
 | 
			
		||||
    title #{pageTitle}
 | 
			
		||||
    include includes/head.pug
 | 
			
		||||
  body
 | 
			
		||||
    img(src=util.proxyURL(url), alt='' class='album-img')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -41,7 +41,6 @@ mixin media(m)
 | 
			
		|||
 | 
			
		||||
html
 | 
			
		||||
  head
 | 
			
		||||
    title #{pageTitle}
 | 
			
		||||
    include includes/head.pug
 | 
			
		||||
  body
 | 
			
		||||
    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/custom.css")
 | 
			
		||||
		Loading…
	
		Reference in New Issue