Add animation for detail page
This commit is contained in:
@@ -6,7 +6,7 @@ block vars
|
||||
- var title=item.attributes.title
|
||||
|
||||
block content
|
||||
.item-page
|
||||
.item-page.js--details
|
||||
.item-page__nav
|
||||
.item-page__nav__inner
|
||||
.item-page__header
|
||||
|
||||
@@ -3,7 +3,8 @@ html
|
||||
head
|
||||
title #{title} - AOE Tech Radar
|
||||
link(rel='stylesheet', href='/styles.css')
|
||||
body.js--body
|
||||
block body
|
||||
body
|
||||
.js--body
|
||||
block body
|
||||
block scripts
|
||||
script(src='/bundle.js')
|
||||
|
||||
Reference in New Issue
Block a user