Created
February 4, 2014 02:21
-
-
Save dencold/8796395 to your computer and use it in GitHub Desktop.
harp partial
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
for article, slug in public.thoughts._data | |
a(href="/thoughts/#{ slug }") | |
h2= article.title | |
// this works! | |
!= partial("thoughts/new-years-blog") | |
// this does not... | |
!= partial("thoughts/#{ slug }") | |
// note that the href from above gets pulled in just fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment