<%= config.author %>

<%= config.author_title %>

<%= config.location %> <%= __('profile.follow') %>
<%= site.posts.length %> <%= (site.posts.length > 1 ? __('profile.posts') : __('profile.post')) %>
<%= site.tags.length %> <%= (site.tags.length > 1 ? __('profile.tags') : __('profile.tag')) %>
<% if(theme.contacts) { %>
<% for(var i in theme.contacts) { %> <% } %>
<% } %> <% if(theme.about) { %>

About

<%- theme.about %>

<% } %>