1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 06:24:38 +04:00

layouts page, search results, top menu

This commit is contained in:
codecalm
2020-01-07 21:44:43 +01:00
parent 8355d7f5e0
commit 446ef17b2c
29 changed files with 462 additions and 282 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ menu: base.gallery
{% if photo.horizontal %}
{% assign person = site.data.people[forloop.index0] %}
<div class="col-sm-6 col-lg-4">
{% include cards/gallery.html person=person %}
{% include cards/gallery-photo.html person=person %}
</div>
{% assign horizontal = horizontal | plus: 1 %}
{% endif %}