Compare commits

..

No commits in common. "1aeb0e793c2aee852a529c4e91fc3318cad07da9" and "478388317ba886bca78fe6063806b857c6246f56" have entirely different histories.

2 changed files with 4 additions and 3 deletions

View file

@ -16,6 +16,7 @@
</div>
</div>
{{"<!-- /Title -->" | safeHTML}}
<div class="row">
<div class="col-12">
@ -107,7 +108,7 @@
</noscript>
</div> */}}
<button
class="mt-4 btn submit-btn btn-main"
class="btn submit-btn btn-primary"
type="submit">Send Message
</button>
</div>
@ -124,4 +125,4 @@
</div>
</section>
{{ end }}
{{ end }}
{{ end }}

View file

@ -3,7 +3,7 @@
<title>{{with .Title }}{{ . }}{{ else }}{{ with site.Params.title }}{{ . }}{{ end }}{{ end }}</title>
{{ "<!-- Mobile responsive meta -->" | safeHTML }}
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ with site.Params.description }}{{ . }}{{ end }}{{ end }}">
{{ with site.Params.author }}
<meta name="author" content="{{ . }}">