diff --git a/templates/default-layout.hamlet b/templates/default-layout.hamlet index 763b38e..20fc699 100644 --- a/templates/default-layout.hamlet +++ b/templates/default-layout.hamlet @@ -22,7 +22,7 @@ #{route} $maybe Entity _ user <- muser
  • - + #{userDisplay user} (#{userHandle user})
  • Logout diff --git a/templates/package.hamlet b/templates/package.hamlet index 0dbf08b..3a33dee 100644 --- a/templates/package.hamlet +++ b/templates/package.hamlet @@ -31,31 +31,31 @@ $newline never
    -
    - +
    + #{nLikes} \ likes # - - $if null tags - - No tags yet. # - $forall (tag,count,tagged) <- tags - - - #{tag} # - - #{count} - , # - -
    -

    - Add tag -