<% page.layout = "about" page.title = theme.about.title || __('about.title') page.subtitle = theme.about.subtitle || __('about.subtitle') page.banner_img = page.banner_img || theme.about.banner_img page.banner_img_height = page.banner_img_height || theme.about.banner_img_height page.banner_mask_alpha = page.banner_mask_alpha || theme.about.banner_mask_alpha %>
<%- theme.about.name %>
<%- theme.about.introduce || theme.about.intro %>
<% for(const each of theme.about.icons || []) { %> <% if (!each.class) continue; %> <% var cls = each.class %> <% var isQr = each.qrcode %> <%= !isQr && each.tip ? 'hint--bottom hint--rounded' : '' %>" <%= !isQr && each.tip ? 'aria-label=' + each.tip : '' %> target="<%= isQr ? '_self' : '_blank' %>" > <% if (isQr) { %> qrcode <% } %> <% } %>
<%- page.content %>
<% if(page.comments) { %>
<% var type %> <% if (typeof page.comment === 'string' && page.comment !== '') { %> <% type = '_partials/comments/' + page.comment %> <% } else { %> <% type = '_partials/comments/' + theme.post.comments.type %> <% } %> <%- partial(type) %>
<% } %>
<%- partial('_partials/markdown-plugins') %>