diff --git a/content/contact/_index.html b/content/contact/_index.html index 840ade4..5c1ca50 100644 --- a/content/contact/_index.html +++ b/content/contact/_index.html @@ -14,6 +14,7 @@ menu: icon: file-signature weight: 1 fa-thumbnail: file-signature +validation: true ---
- - {{ $jquery := resources.Get "scripts/jquery/jquery.min.js" }} - {{ $jqmaskjs := resources.Get "scripts/jquery-mask-plugin/jquery.mask.min.js" }} - {{ $maskjs := resources.Get "scripts/phone-masking.js" | minify }} - {{ $jquerybundle := slice $jquery $jqmaskjs $maskjs | resources.Concat "js/jquery-bundle.js" }} - + {{ with .Params.validation }} + {{- partial "form-validation.html" -}} + {{ end }} + +