2020-03-19 18:11:13 +08:00
|
|
|
<% if(page.title == 'about') { %>
|
|
|
|
<div class="about-container">
|
2020-03-26 22:31:12 +08:00
|
|
|
<div class="about-content markdown">
|
2020-03-19 18:11:13 +08:00
|
|
|
<%- page.content %>
|
|
|
|
</div>
|
|
|
|
<div class="about-comments">
|
2020-03-26 22:31:12 +08:00
|
|
|
<% if (page.comments) { %>
|
2020-04-01 15:28:01 +08:00
|
|
|
<%- partial('_partial/valine') %>
|
2020-03-26 22:31:12 +08:00
|
|
|
<% } %>
|
2020-03-19 18:11:13 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<% } %>
|