2 Star 3 Fork 0

哥本哈根的小哥 / BootMantic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 838 Bytes
一键复制 编辑 原始数据 按行查看 历史
哥本哈根的小哥 提交于 2017-11-10 14:02 . 主页面
#include('./partial/header.html',{home_page:1})
<div class="main">
#for(article : articles(12).rows)
<article class="block post">
<span class="round-date red">
<span class="month">${created('MM月')}</span>
<span class="day">${created('dd')}</span>
</span>
<p class="title"><a href="${permalink()}" target="_blank">${title()}</a></p>
<div class="ui ribbon label red">${show_categories()}</div>
<div class="article-content red">
<p>
<img src="${show_thumb(article)}" alt="">
</p>
<p>${intro(75)}...</p>
</div>
</article>
#end
<div class="lists-navigator clearfix">
#call pageNav(articles(12),'←','→','page')
</div>
</div>
#include('./partial/sidebar.html')
#include('./partial/footer.html')
HTML/CSS
1
https://gitee.com/Copenhagen/BootMantic.git
git@gitee.com:Copenhagen/BootMantic.git
Copenhagen
BootMantic
BootMantic
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891