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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user