From ed5d22d4192a11b01159d4d03b8612919a112df6 Mon Sep 17 00:00:00 2001 From: Brad Frost Date: Mon, 24 Jun 2013 00:59:54 -0400 Subject: [PATCH] Organisms, templates and pages --- .../o-comments-comment-thread.mustache | 15 +++++ .../o-components-carousel.mustache | 10 ++++ .../o-sections-latest-posts.mustache | 10 ++++ .../o-sections-recent-tweets.mustache | 12 ++++ .../o-sections-related-posts.mustache | 11 ++++ source/patterns/p-article/p-article.mustache | 24 ++++++++ source/patterns/p-blog/p-blog.mustache | 16 +++++ .../patterns/p-homepage/p-homepage.mustache | 31 ++++++++++ .../p-layouts-article.mustache | 58 ------------------- source/patterns/t-article/t-article.mustache | 24 ++++++++ source/patterns/t-blog/t-blog.mustache | 16 +++++ .../patterns/t-homepage/t-homepage.mustache | 31 ++++++++++ .../t-homepage/t-homepage.mustache.html | 29 ---------- 13 files changed, 200 insertions(+), 87 deletions(-) create mode 100644 source/patterns/o-comments-comment-thread/o-comments-comment-thread.mustache create mode 100644 source/patterns/o-components-carousel/o-components-carousel.mustache create mode 100644 source/patterns/o-sections-latest-posts/o-sections-latest-posts.mustache create mode 100644 source/patterns/o-sections-recent-tweets/o-sections-recent-tweets.mustache create mode 100644 source/patterns/o-sections-related-posts/o-sections-related-posts.mustache create mode 100644 source/patterns/p-article/p-article.mustache create mode 100644 source/patterns/p-blog/p-blog.mustache create mode 100644 source/patterns/p-homepage/p-homepage.mustache delete mode 100644 source/patterns/p-layouts-article/p-layouts-article.mustache create mode 100644 source/patterns/t-article/t-article.mustache create mode 100644 source/patterns/t-blog/t-blog.mustache create mode 100644 source/patterns/t-homepage/t-homepage.mustache delete mode 100644 source/patterns/t-homepage/t-homepage.mustache.html diff --git a/source/patterns/o-comments-comment-thread/o-comments-comment-thread.mustache b/source/patterns/o-comments-comment-thread/o-comments-comment-thread.mustache new file mode 100644 index 0000000..d77f905 --- /dev/null +++ b/source/patterns/o-comments-comment-thread/o-comments-comment-thread.mustache @@ -0,0 +1,15 @@ +
+
+

59 Comments

+ + {{> m-forms-comment-form }} +
+ {{> m-components-single-comment }} + {{> m-components-single-comment }} + {{> m-components-single-comment }} + {{> m-components-single-comment }} + {{> m-components-single-comment }} +
+
+ {{> m-navigation-pagination }} +
\ No newline at end of file diff --git a/source/patterns/o-components-carousel/o-components-carousel.mustache b/source/patterns/o-components-carousel/o-components-carousel.mustache new file mode 100644 index 0000000..8d7968c --- /dev/null +++ b/source/patterns/o-components-carousel/o-components-carousel.mustache @@ -0,0 +1,10 @@ +