url misspell & delete space

This commit is contained in:
jason-mint 2018-09-05 11:13:53 +08:00
parent 67089b6ecb
commit 6756770649
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
<footer class="footer">
Made in India with <span class="glyphicon glyphicon-heart"></span> by <a href="htp://github.com/thewhitetulip">@thewhitetulip</a>
Made in India with <span class="glyphicon glyphicon-heart"></span> by <a href="https://github.com/thewhitetulip">@thewhitetulip</a>
</footer>

View File

@ -17,9 +17,9 @@ type Task struct {
Category string `json:"category"`
Referer string `json:"referer,omitempty"`
Comments []Comment `json:"comments,omitempty"`
IsOverdue bool `json:"isoverdue, omitempty"`
IsHidden int `json:"ishidden, omitempty`
CompletedMsg string `json:"ishidden, omitempty"`
IsOverdue bool `json:"isoverdue,omitempty"`
IsHidden int `json:"ishidden,omitempty`
CompletedMsg string `json:"ishidden,omitempty"`
}
type Tasks []Task