Remove data folder + fix css/html

This commit is contained in:
hossainemruz 2020-06-09 06:15:15 +06:00
parent 8cfa9757d6
commit 6bb8705d8e
9 changed files with 5 additions and 255 deletions

View file

@ -1,7 +1,7 @@
<div class="filtr-item" data-category='{{ partial "helpers/get-categories.html" .Params }}'>
<div class="filtr-item" data-category='{{ partial "helpers/get-categories.html" . }}'>
<div class="card">
<div class="card-head">
<img class="card-img-top" src='{{ partial "helpers/get-hero.html" .Params }}'/>
<img class="card-img-top" src='{{ partial "helpers/get-hero.html" . }}'/>
</div>
<div class="card-body">
<h5 class="card-title">{{ .Title }}</h5>