1 Star 0 Fork 1

李春光/jekyll-blog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
blog-feed.html 565 Bytes
一键复制 编辑 原始数据 按行查看 历史
lcg0124 提交于 7年前 . init
<div class="row">
{% for post in site.posts %}
<div class="col s12 m6">
<div class="card">
<div class="card-image">
<img src="{{post.image}}">
<span class="card-title"><a style="color:white">{{ post.title | escape }}</a></span>
<a id="{{post.url}}" class="btn-floating halfway-fab waves-effect waves-light red" href="{{ post.url | relative_url }}"><i class="material-icons">more_horiz</i></a>
</div>
<div class="card-content">
<p>{{post.excerpt}}</p>
</div>
</div>
</div>
{% endfor %}
</div>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lcg0124/jekyll-blog.git
git@gitee.com:lcg0124/jekyll-blog.git
lcg0124
jekyll-blog
jekyll-blog
master

搜索帮助