generated from songquanpeng/blog-theme-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiscuss.ejs
19 lines (17 loc) · 792 Bytes
/
discuss.ejs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<%- include('./partials/header') %>
<div class="index posts-expand">
<article itemscope="" itemtype="http://schema.org/Article" class="post-block" lang="en" style="opacity: 1; display: block;">
<%- include('./partials/page-info') %>
<div class="post-body" itemprop="articleBody" style="opacity: 1; display: block; transform: translateY(0px);">
<%-page.converted_content%>
<p class="copyright"><strong>Links: <a href="<%-page.link%>"><%-page.link%></a></strong></p>
<%- config.copyright %>
<%- config.ad %>
</div>
<footer class="post-footer">
<%- include('./partials/prev-next') %>
</footer>
</article>
</div>
<%- include('./partials/comment') %>
<%- include('./partials/footer') %>