Skip to content

Commit

Permalink
themefisher#8 Images for working process
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Visin committed Dec 27, 2020
1 parent b11c423 commit 92746d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion layouts/partials/feature.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@
{{ "<!-- Single Feature Item -->" | safeHTML }}
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="service-block color-bg text-center">
{{ with .icon }}
<div class="service-icon text-center">
<i class="{{ .icon }}"></i>
<i class="{{ . }}"></i>
</div>
{{ end }}
{{ with .image }}
<img src="{{ . | absURL }}" class="img-fluid rounded shadow" alt="feature-image">
{{ end }}
<h3>{{ .title }}</h3>
<p>{{ .description }}</p>
</div>
Expand Down

0 comments on commit 92746d4

Please sign in to comment.