blues, testimonial section removal
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
|
||||
{{ partial "pricing.html" . }}
|
||||
|
||||
{{ partial "testimonial.html" . }}
|
||||
<!-- {{ partial "testimonial.html" . }} -->
|
||||
|
||||
{{ partial "blog.html" . }}
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
{{ range .service_item}}
|
||||
{{"<!-- Single Service Item -->" | safeHTML }}
|
||||
<article class="col-lg-4 col-md-6 col-12 wow fadeInUp" data-wow-duration="500ms">
|
||||
<article class="col-lg-4 col-md-6 col-12 wow fadeInUp" data-wow-duration="500ms">
|
||||
<div class="service-block text-center">
|
||||
<div class="service-icon text-center">
|
||||
<i class="{{ .icon }}"></i>
|
||||
|
Reference in New Issue
Block a user