1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-16 16:22:22 +04:00

html href fixes, custom input fixes

This commit is contained in:
codecalm
2019-09-26 00:13:52 +02:00
parent 6ca4337ecd
commit a85a05eb4d
52 changed files with 228 additions and 233 deletions
+3 -3
View File
@@ -7,13 +7,13 @@
{% for person in site.data.people limit: 12 offset: 40 %}
<div class="col-sm-6" data-id="8">
<div class="media">
<a href="#">
<a href="javascript:void(0)">
{% include ui/avatar.html src=person.photo size="md" %}
</a>
</div>
<div class="d-flex flex-column">
<a href="#" class="text-default">{{ person.full_name }}</a>
<a href="#" class="text-muted leading-none">
<a href="javascript:void(0)" class="text-default">{{ person.full_name }}</a>
<a href="javascript:void(0)" class="text-muted leading-none">
{{ person.company }}
</a>
</div>