提交 a6d37db5 编写于 作者: C codecalm

missing files fixes

上级 a7d90607
......@@ -121,9 +121,6 @@ extra:
invoice:
title: Invoice
url: invoice.html
blog:
title: Blog cards
url: blog.html
snippets:
title: Snippets
url: snippets.html
......@@ -142,15 +139,12 @@ extra:
license:
title: License
url: license.html
profile:
title: Profile
url: profile.html
music:
title: Music
url: music.html
welcome:
title: Welcome
url: welcome.html
activity:
title: Activity
url: activity.html
layout:
icon: layout-2
......
......@@ -3,19 +3,12 @@ title: Activity
page-header: Activity
---
<div class="row">
<div class="col-6">
<div class="row justify-content-center">
<div class="col-8">
<div class="card">
<div class="card-body">
{% include parts/activity.html %}
</div>
</div>
</div>
<div class="col-6">
<div class="card">
<div class="card-body">
</div>
</div>
</div>
</div>
\ No newline at end of file
---
layout: card
---
<div class="row g-2">
{% for item in site.data.settings %}
<div class="col-4">
<a href="#">
<div class="row g-2">
<div class="col-auto">
<div class="avatar">{% include ui/icon.html icon=item.icon %}</div>
</div>
<div class="col">
<h4 class="m-0">{{ item.title }}</h4>
<div class="text-muted">{{ item.description }}</div>
</div>
</div>
</a>
</div>
{% endfor %}
</div>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册