Use footer elements

This commit is contained in:
2019-09-01 16:39:17 +09:00
parent c1695593d3
commit d854ef3a6a
25 changed files with 30 additions and 32 deletions

View File

@ -24,7 +24,7 @@ component ProUsers(users []*arn.User, url string)
each user in users
UserCard(user, "until " + user.ProExpires[:10])
.footer.mountable
footer.footer.mountable
p We are thankful to everyone supporting the site!
component UserLists(groups []*utils.UserList, url string)
@ -39,7 +39,7 @@ component UserLists(groups []*utils.UserList, url string)
UserCard(user, stringutils.Capitalize(user.Role))
component StaffRecruitment
.footer.mountable
footer.footer.mountable
p
a(href="https://github.com/animenotifier/notify.moe#installation", target="_blank", rel="noopener") Interested in contributing code?
br