#footer-wrap if theme.footer.socialBar.enable - let centerImg = theme.footer.socialBar.centerImg ? theme.footer.socialBar.centerImg : theme.avatar.img - let leftInfo = theme.footer.socialBar.left - let rightInfo = theme.footer.socialBar.right #footer_deal each item, index in leftInfo a.deal_link(href=url_for(item.link) title=item.title) if (item.icon.startsWith("fa")) i(class=`${item.icon}`) else if (item.icon.startsWith("icon")) svg.icon(aria-hidden="true") use(xlink:href=`#`+ item.icon) else if (item.icon.startsWith("anzhiyu")) i.anzhiyufont(class=`${item.icon}`) img.footer_mini_logo(title=_p('footer.back_to_top'), alt=_p('footer.back_to_top') onclick="anzhiyu.scrollToDest(0, 500)", src=centerImg, size="50px") each item, index in rightInfo a.deal_link(href=url_for(item.link) title=item.title) if (item.icon.startsWith("fa")) i(class=`${item.icon}`) else if (item.icon.startsWith("icon")) svg.icon(aria-hidden="true") use(xlink:href=`#`+ item.icon) else if (item.icon.startsWith("anzhiyu")) i.anzhiyufont(class=`${item.icon}`)
- let work_img = theme.footer.runtime.work_img - let work_description = theme.footer.runtime.work_description if theme.footer.runtime.enable #workboard if work_img != null img(src=`${work_img}`, alt=`${work_description}`, title=`${work_description}`, class="workSituationImg boardsign") #runtimeTextTip if theme.footer.custom_text .footer_custom_text!=`${theme.footer.custom_text}`
if theme.footer.list.enable - let projectList = theme.footer.list.project #anzhiyu-footer each item, index in projectList .footer-group .footer-title=item.title .footer-links each iten, indey in item.links a.footer-item(title=iten.title href=url_for(iten.link))=iten.title if theme.footer.list.randomFriends > 0 .footer-group .footer-title-group .footer-title=_p('footer.friend_links') a.random-friends-btn#footer-random-friends-btn(href="javascript:addFriendLinksInFooter();" title=_p('footer.refresh_friends')) i.anzhiyufont.anzhiyu-icon-arrow-rotate-right .footer-links#friend-links-in-footer
if theme.footer.bdageitem.enable p#ghbdages each item in theme.footer.bdageitem.list a.github-badge(target='_blank' href=item.link style='margin-inline:5px' data-title=item.message title=item.message) img(src=item.shields alt=item.message)