diff --git a/partials/post-card-big.hbs b/partials/post-card-big.hbs index 05d063c..9e465b7 100644 --- a/partials/post-card-big.hbs +++ b/partials/post-card-big.hbs @@ -10,7 +10,7 @@

{{primary_tag.name}} • - +

{{title}}

diff --git a/partials/post-card-small.hbs b/partials/post-card-small.hbs index 9577f73..905e62d 100644 --- a/partials/post-card-small.hbs +++ b/partials/post-card-small.hbs @@ -12,8 +12,8 @@

{{primary_tag.name}} • - +

{{title}}
diff --git a/post.hbs b/post.hbs index 6cd84c3..4894d83 100755 --- a/post.hbs +++ b/post.hbs @@ -5,7 +5,7 @@

{{title}}

{{primary_tag.name}} • - +

{{/post}} @@ -40,6 +40,19 @@ {{content}}
+ Last update: +
+ Author: {{primary_author.name}} + + {{#if tags}} +
+ Tags: + {{#foreach tags}} {{!-- TODO: NOT WORKING --}} + {{name}} + {{/foreach}} + {{/if}} + +

Comments