提交 50a3402d 编写于 作者: C codecalm

footer version. homepage fixes

上级 35c591d9
......@@ -12,6 +12,7 @@ title: Tabler
description: Premium and Open Source dashboard template with responsive and high quality UI.
homepage: https://tabler.io
github_url: https://github.com/tabler/tabler
changelog_url: https://github.com/tabler/tabler/releases
sponsor_url: https://github.com/sponsors/codecalm
mapbox_key: pk.eyJ1IjoiY29kZWNhbG0iLCJhIjoiSzRiOVJvQSJ9.BUVkTT6IYs83xSUs4H7bjQ
......
......@@ -9,9 +9,17 @@
</ul>
</div>
<div class="col-12 col-lg-auto mt-3 mt-lg-0">
Copyright © {{ site.time | date: '%Y' }}
<a href="{{ site.base }}" class="link-secondary">{{ site.title }}</a>.
All rights reserved.
<ul class="list-inline list-inline-dots mb-0">
<li class="list-inline-item">
Copyright © {{ site.time | date: '%Y' }}
<a href="{{ site.base }}" class="link-secondary">{{ site.title }}</a>.
All rights reserved.
</li>
<li class="list-inline-item">
<a href="{{ site.changelog-url }}" target="_blank" class="link-secondary">v{{ site.data.package.version }}</a>
</li>
</ul>
</div>
</div>
</div>
......
<div class="dropdown">
<a class="dropdown-toggle text-muted" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{{ include.value | default: 'Last 7 days' }}
</a>
<a class="dropdown-toggle text-muted" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">{{ include.value | default: 'Last 7 days' }}</a>
<div class="dropdown-menu dropdown-menu-right">
<a class="dropdown-item active" href="#">Last 7 days</a>
<a class="dropdown-item" href="#">Last 30 days</a>
......
{% assign limit = include.limit | default: 5 %}
{% assign offset = include.offset | default: 0 %}
{% assign size = include['size'] %}
{% assign size = include['size'] | default: 'sm' %}
<div class="avatar-list{% if include.stacked %} avatar-list-stacked{% endif %}{% if include.class %} {{ include.class }}{% endif %}">
{% for person in site.data.people limit: limit offset: offset %}
{% include ui/avatar.html person=person size=size %}
{% include ui/avatar.html person=person size=size rounded=true %}
{% endfor %}
{% if include.text %}
{% include ui/avatar.html placeholder=include.text size=size %}
{% include ui/avatar.html placeholder=include.text size=size rounded=true %}
{% endif %}
</div>
......@@ -193,6 +193,7 @@ $avatar-border-radius: $border-radius !default;
$avatar-font-size: $h4-font-size;
$link-decoration: none !default;
$link-hover-decoration: underline !default;
//Typography
$headings-font-weight: $font-weight-medium !default;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册