Improved footers

This commit is contained in:
2019-08-30 16:38:45 +09:00
parent bbd0b57f0b
commit ac1de201fc
5 changed files with 11 additions and 45 deletions

View File

@ -28,7 +28,6 @@ const frontpage-bg-color = rgb(32, 32, 32)
text-align center
.footer
text-align center
margin-top content-padding
.bg-video-container

View File

@ -114,9 +114,10 @@ component Profile(viewUser *arn.User, user *arn.User, animeList *arn.AnimeList,
.spacer-box
.footer.activities-footer.mountable(data-mountable-type="extra")
span= viewUser.Nick + " spent "
span= stringutils.Plural(int(animeWatchingTime / time.Hour / 24), "day")
span watching anime.
p
span= viewUser.Nick + " spent "
span= stringutils.Plural(int(animeWatchingTime / time.Hour / 24), "day")
span watching anime.
component ProfileHeader(viewUser *arn.User, animeList *arn.AnimeList, user *arn.User, uri string)
ProfileHead(viewUser, animeList, user, uri)

View File

@ -93,6 +93,5 @@ component Support(profileLink string, user *arn.User)
span Support us!
.footer.support-footer
p Thank you to everyone supporting the site. It means a lot to me.
p --Akyoto
p Thank you to everyone supporting the site. It means a lot to us.