e***@gmail.com
2015-06-23 21:26:21 UTC
Say I have the usual template post-list.html that renders a list of
postsâthis template accesses the field $posts$. Now, I want to render that
template twice using two different lists. In my exact situation, one is the
list of all blog posts (with the field $posts$), and the second is the list
of blog posts with a certain tag (with the field $postsTaggedWithX$).
How would I be able to do this without copy-pasting the template?
postsâthis template accesses the field $posts$. Now, I want to render that
template twice using two different lists. In my exact situation, one is the
list of all blog posts (with the field $posts$), and the second is the list
of blog posts with a certain tag (with the field $postsTaggedWithX$).
How would I be able to do this without copy-pasting the template?
--
You received this message because you are subscribed to the Google Groups "hakyll" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hakyll+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "hakyll" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hakyll+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.