url misspell & delete space
This commit is contained in:
parent
67089b6ecb
commit
6756770649
|
@ -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>
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue