diff --git a/components/navbar.latte b/components/navbar.latte index 9eb1415..3f8e7cd 100644 --- a/components/navbar.latte +++ b/components/navbar.latte @@ -1,6 +1,8 @@ diff --git a/components/themes/default.latte b/components/themes/default.latte index ab5b0ad..c810c9e 100644 --- a/components/themes/default.latte +++ b/components/themes/default.latte @@ -7,20 +7,18 @@

-
-

- {$item->author->nickname} - - @{$item->author->uniqueId} - - {date('M d, Y', $item->createTime)} -

- {if !empty($item->challenges)} -

{include './common/tags.latte', challenges: $item->challenges}

- {/if} -

{$item->desc}

- {include './common/stats.latte', playCount: $item->stats->playCount, diggCount: $item->stats->diggCount, commentCount: $item->stats->commentCount, shareCount: $item->stats->shareCount} -
+

+ {$item->author->nickname} + + @{$item->author->uniqueId} + + {date('M d, Y', $item->createTime)} +

+ {if !empty($item->challenges)} +

{include './common/tags.latte', challenges: $item->challenges}

+ {/if} +

{$item->desc}

+ {include './common/stats.latte', playCount: $item->stats->playCount, diggCount: $item->stats->diggCount, commentCount: $item->stats->commentCount, shareCount: $item->stats->shareCount}