1 Star 0 Fork 0

IcingTomato/elementary

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 875 Bytes
一键复制 编辑 原始数据 按行查看 历史
IcingTomato 提交于 2021-08-27 13:53 . second commit
---
layout: default
cover: false
---
<header>
<h1>{{ site.name }}</h1>
</header>
<hr class="stylish"/>
<main class="home-main">
{% for collection in site.collections %}
{% if collection.docs.size > 0 %}
<section id="posts">
<details {% if collection.default_open %}open{% endif %}>
<summary>
<h3 class="home-page-heading">{{ collection.title }}</h3>
</summary>
<div class="parent">
{% for post in collection.docs %}
<div class="post-wrapper">
<time class="post-date" datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%m/%Y" }}</time>
<a class="post-link" href="{{ post.url }}.html">
{{ post.title }}
</a>
</div>
{% endfor %}
</div>
</details>
</section>
{% endif %}
{% endfor %}
</main>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/IcingTomato/elementary.git
git@gitee.com:IcingTomato/elementary.git
IcingTomato
elementary
elementary
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385