Add animation for detail page

This commit is contained in:
Tom Raithel
2017-02-14 23:23:26 +01:00
parent 1b67e9725d
commit 335e01f5e1
6 changed files with 93 additions and 6 deletions

View File

@@ -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

View File

@@ -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')