Changes to the footer on episode pages
This commit is contained in:
parent
7b07dc29bc
commit
4acf098853
@ -36,19 +36,6 @@ component AnimeEpisode(anime *arn.Anime, episode *arn.AnimeEpisode, episodeIndex
|
||||
if validate.DateTime(episode.AiringDate.Start)
|
||||
p.episode-view-airing-date
|
||||
span.utc-airing-date(data-start-date=episode.AiringDate.Start, data-end-date=episode.AiringDate.End, data-episode-number=episode.Number)= episode.AiringDate.StartDateHuman()
|
||||
|
||||
if anime.ID != "VhRKhKimR" || episode.Number != 10
|
||||
if user != nil && user.Location.CountryName != "Japan"
|
||||
.buttons
|
||||
for serviceName, link := range episode.Links
|
||||
a.button(href=link, title="Watch episode " + strconv.Itoa(episode.Number), target="_blank", rel="noopener")
|
||||
Icon("eye")
|
||||
span= serviceName
|
||||
|
||||
//- a.button(href=arn.Nyaa.GetLink(anime, fmt.Sprintf("%02d", episode.Number)), title="Download episode " + strconv.Itoa(episode.Number), target="_blank", rel="noopener")
|
||||
//- Icon("download")
|
||||
//- span nyaa.si
|
||||
|
||||
.footer
|
||||
p Make sure to support the anime you're watching by buying officially released Blu-rays and merchandise.
|
||||
p Anime Notifier provides links to external websites for convenience reasons. By clicking on these links you are leaving our site. Thus we can not, under no circumstances, be held responsible for the content on external websites.
|
||||
|
||||
.footer
|
||||
p Make sure to support the anime you're watching by buying officially released Blu-rays and merchandise.
|
Loading…
Reference in New Issue
Block a user