Add ability to display videos in item pages
This commit is contained in:
@@ -16,15 +16,20 @@
|
||||
h1.name
|
||||
.byline: p from <a></a>
|
||||
|
||||
.description.section
|
||||
h2 Description
|
||||
.panel.markdown
|
||||
|
||||
.recipes.section
|
||||
h2 Recipes
|
||||
.panel
|
||||
|
||||
.description.section
|
||||
h2 Description
|
||||
.panel.markdown
|
||||
|
||||
.videos.section
|
||||
h2 Videos
|
||||
.panel
|
||||
|
||||
.usedToMake: .view__item_group
|
||||
|
||||
.usedAsToolToMake: .view__item_group
|
||||
|
||||
.similar: .view__item_group
|
||||
.plan
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
//-
|
||||
//- Crafting Guide - video.jade
|
||||
//-
|
||||
//- Copyright (c) 2015 by Redwood Labs
|
||||
//- All rights reserved.
|
||||
//-
|
||||
|
||||
.view__video
|
||||
iframe(width="365", height="273", src="", frameborder="0", allowfullscreen="true")
|
||||
.caption: p
|
||||
Reference in New Issue
Block a user