i18n
xaoxuu 6 years ago
parent def5cf72f4
commit c1562b2da7
  1. 5
      layout/_partial/archive.ejs
  2. 1
      layout/_partial/article.ejs

@ -11,6 +11,7 @@
window.subData= { title:'category : <%= page.category %>'}
</script>
<% } %>
<section class="post-list">
<% page.posts.each(function(post){ %>
<div class='post-wrapper'>
@ -34,8 +35,4 @@
</a>
<% } %>
</nav>
<% } %>
<!-- <footer id="footer" class="clearfix" style="text-align: right">
Hosted by <a href="https://pages.coding.me">Coding Pages</a>
</footer> -->

@ -77,6 +77,7 @@
</section>
<% } %>
</article>
<script>
window.subData = {
title: '<%= post.title %>',

Loading…
Cancel
Save