first commit
This commit is contained in:
18
layouts/partials/feedback.html
Normal file
18
layouts/partials/feedback.html
Normal file
@@ -0,0 +1,18 @@
|
||||
{{with .Site.Data.feedback}}
|
||||
{{if .enable}}
|
||||
<section class="testimonial" style="background-image: url( {{ .backgroundImage }} );">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<div class="testimonial-content">
|
||||
<h3>{{ .title}}</h3>
|
||||
<blockquote>
|
||||
{{ .feedback}}
|
||||
<cite>{{ .feedbackAuthor }}</cite>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{end}}
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user