fipamo/themes/default-light/work-project.pug

22 lines
580 B
Text
Raw Normal View History

2018-10-31 17:00:31 +01:00
extends frame
block main-content
section.content#project-content
header.columns#header
#header-one.column
label#the-title
a(href="/") thetwelfthhouse
#header-two.column
a(href="/work") back to work
#project-display.columns
#project-info.column
span= title
#project-desc.column
=desc
#project-images
each val in images
- console.log(val)
- var path = String(val.path).substring(7, val.path.length)
img.folio-image(src=path)