Minor changes
This commit is contained in:
parent
51c3dcae20
commit
9512c0b7ee
@ -19,8 +19,6 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
defer arn.Node.Close()
|
|
||||||
|
|
||||||
// Filter anime with MAL ID
|
// Filter anime with MAL ID
|
||||||
animes := []*arn.Anime{}
|
animes := []*arn.Anime{}
|
||||||
|
|
||||||
@ -36,6 +34,9 @@ func main() {
|
|||||||
|
|
||||||
color.Yellow("Found %d anime", len(animes))
|
color.Yellow("Found %d anime", len(animes))
|
||||||
|
|
||||||
|
// We don't need the database anymore
|
||||||
|
arn.Node.Close()
|
||||||
|
|
||||||
// Create crawler
|
// Create crawler
|
||||||
malCrawler := crawler.New(
|
malCrawler := crawler.New(
|
||||||
map[string]string{
|
map[string]string{
|
||||||
|
@ -4,7 +4,8 @@ component AdminTabs
|
|||||||
Tab("WebDev", "html5", "/admin/webdev")
|
Tab("WebDev", "html5", "/admin/webdev")
|
||||||
Tab("Purchases", "shopping-cart", "/admin/purchases")
|
Tab("Purchases", "shopping-cart", "/admin/purchases")
|
||||||
|
|
||||||
a.tab.ajax(href="/editor", aria-label="Editor")
|
.corner-buttons
|
||||||
|
a.button.ajax(href="/editor", aria-label="Editor")
|
||||||
Icon("pencil")
|
Icon("pencil")
|
||||||
span.tab-text Editor
|
span.tab-text Editor
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user