Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/parsa-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/contact/list.html')
-rw-r--r--layouts/contact/list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/contact/list.html b/layouts/contact/list.html
index e6ce363..b329002 100644
--- a/layouts/contact/list.html
+++ b/layouts/contact/list.html
@@ -5,9 +5,9 @@
<div class="row">
<div class="col-lg-12">
<h2 class="mb-4">{{.Title }}</h2>
- <img src="{{.Params.Image | absURL }}" alt="{{.Site.Params.author}}" class="img-fluid w-100 mb-4">
+ <img src="{{.Params.Image | absURL }}" alt="{{site.Params.author}}" class="img-fluid w-100 mb-4">
{{ .Content }}
- <form action="{{ .Site.Params.contact_form_action }}" class="row mt-5">
+ <form action="{{ site.Params.contact_form_action }}" class="row mt-5">
<div class="col-lg-6">
<input type="text" class="form-control mb-4" name="name" id="name" placeholder="Name">
</div>