Display links on anime pages
This commit is contained in:
parent
2b62d22f9f
commit
74cb0401ed
@ -122,6 +122,11 @@ component AnimeLinks(anime *arn.Anime)
|
|||||||
section.anime-section.mountable
|
section.anime-section.mountable
|
||||||
h3.anime-section-name Links
|
h3.anime-section-name Links
|
||||||
.light-button-group
|
.light-button-group
|
||||||
|
each link in anime.Links
|
||||||
|
a.light-button(href=link.URL, target="_blank", rel="noopener")
|
||||||
|
Icon("external-link")
|
||||||
|
span= link.Title
|
||||||
|
|
||||||
a.light-button(href="https://kitsu.io/anime/" + anime.ID, target="_blank", rel="noopener")
|
a.light-button(href="https://kitsu.io/anime/" + anime.ID, target="_blank", rel="noopener")
|
||||||
Icon("external-link")
|
Icon("external-link")
|
||||||
span Kitsu
|
span Kitsu
|
||||||
|
Loading…
Reference in New Issue
Block a user