Created
May 27, 2016 09:17
-
-
Save lamenath/024ff5196b5143bc4d16636d640358d9 to your computer and use it in GitHub Desktop.
Quickstart - replace static content by content managed by prismic.io
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extends ./layout.jade | |
block body | |
div.welcome | |
img(src=pagecontent.getImage('page.image').url, class='star') | |
!= pagecontent.getStructuredText('page.title').asHtml(ctx.linkResolver) | |
!= pagecontent.getStructuredText('page.description').asHtml(ctx.linkResolver) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment