<footer class="trm-footer-card trm-scroll-animation">

    <% if(theme.footer.beian.enable) { %>
        <div class="trm-footer-item">
            <a rel="noopener" href="https://beian.miit.gov.cn/" target="_blank"><%- theme.footer.beian.icp %></a>
        </div>
    <% } %>

    <% if(theme.footer.copyrightYear || theme.footer.copyright_year) { %>
        <div class="trm-footer-item">
            <span>© <%- theme.footer.copyrightYear || theme.footer.copyright_year %> - <%- date(Date.now(), 'YYYY') %></span>
            <span class="footer-separator"data-separator=" · "></span>
            <span class="trm-accent-color"><%- theme.user.name %></span>
        </div>
    <% } %>

    <% if(theme.footer.powered.enable) { %>
        <div class="trm-footer-item">
            <span>
                <%- __('footer.powered','<a href="https://hexo.io" target="_blank" rel="noopener">Hexo</a>')%> v<%- hexo_env('version') %>
            </span>
            <span class="footer-separator" data-separator=" | "></span>
            <span> 
                <%- __('footer.theme') %> - 
                <a rel="noopener" href='https://github.com/MaLuns/hexo-theme-async' target='_blank'>Async</a>
                v<%- async_env('version')%>
            </span>
        </div>
    <% } %>  

    <% if(theme.footer.live_time.enable) { %>
        <div class="trm-footer-item blog-run-long"></div>
    <% } %> 

    <% if(theme.footer.custom_text) { %>
        <div class="trm-footer-item">
            <%- theme.footer.custom_text %>
        </div>
    <% } %> 
</footer>