From 87b9d56535c0a3ebe37c9a058f3503b7f8ecec9c Mon Sep 17 00:00:00 2001 From: Oswaldo Acauan Date: Sun, 8 Dec 2013 19:40:22 -0200 Subject: [PATCH] feat(template): Add a custom feature partial --- src/index.hbs | 2 ++ src/partials/custom/featured.hbs | 0 2 files changed, 2 insertions(+) create mode 100644 src/partials/custom/featured.hbs diff --git a/src/index.hbs b/src/index.hbs index 1797efb9..efdc6f8b 100644 --- a/src/index.hbs +++ b/src/index.hbs @@ -15,6 +15,8 @@
+ {{> custom/featured this}} +
{{#foreach posts}} {{> post/list this}} diff --git a/src/partials/custom/featured.hbs b/src/partials/custom/featured.hbs new file mode 100644 index 00000000..e69de29b