Skip to content

Commit

Permalink
drop time from update and create date
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Feb 26, 2019
1 parent 4c1a41c commit 9cfb6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ <h1>
<span class="alert alert-light" style="margin-right: 20px">
<i class="fas fa-plus"></i>
created:
{{ .CreatedAt.Format "2006-01-02 15:04 (Mon)" }}
{{ .CreatedAt.Format "2006-01-02 (Mon)" }}
</span>
<span class="alert alert-light">
<i class="far fa-edit"></i>
updated:
{{ .UpdatedAt.Format "2006-01-02 15:04 (Mon)" }}
{{ .UpdatedAt.Format "2006-01-02 (Mon)" }}
</span>
<span class="alert alert-light">
<i class="far fa-eye"></i>
Expand Down

0 comments on commit 9cfb6ed

Please sign in to comment.