1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

missing files fixes

This commit is contained in:
codecalm
2020-11-13 22:20:54 +01:00
parent a7d90607bc
commit a6d37db55d
3 changed files with 5 additions and 39 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -1,21 +0,0 @@
---
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>