diff --git a/partials/byline-multiple.hbs b/partials/byline-multiple.hbs new file mode 100644 index 0000000..351b5ca --- /dev/null +++ b/partials/byline-multiple.hbs @@ -0,0 +1,96 @@ +
+ +{{#contentFor "scripts"}} + +{{/contentFor}} diff --git a/partials/byline-single.hbs b/partials/byline-single.hbs new file mode 100644 index 0000000..5ea29b7 --- /dev/null +++ b/partials/byline-single.hbs @@ -0,0 +1,23 @@ +{{!-- Everything inside the #author tags pulls data from the author --}} +{{#author}} + + + + +{{/author}} diff --git a/post.hbs b/post.hbs index 9bf6107..c3585c0 100644 --- a/post.hbs +++ b/post.hbs @@ -47,102 +47,22 @@ into the {body} of the default.hbs template --}} {{!-- - - If you use Disqus comments, just uncomment this block. - The only thing you need to change is "test-apkdzgmqhj" - which - should be replaced with your own Disqus site-id. -