mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2025-04-20 16:39:27 +02:00
Compare commits
2 commits
478388317b
...
1aeb0e793c
Author | SHA1 | Date | |
---|---|---|---|
1aeb0e793c | |||
a6ed410936 |
2 changed files with 3 additions and 4 deletions
|
@ -16,7 +16,6 @@
|
|||
</div>
|
||||
</div>
|
||||
{{"<!-- /Title -->" | safeHTML}}
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
|
@ -108,7 +107,7 @@
|
|||
</noscript>
|
||||
</div> */}}
|
||||
<button
|
||||
class="btn submit-btn btn-primary"
|
||||
class="mt-4 btn submit-btn btn-main"
|
||||
type="submit">Send Message
|
||||
</button>
|
||||
</div>
|
||||
|
@ -125,4 +124,4 @@
|
|||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
|
@ -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, maximum-scale=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ with site.Params.description }}{{ . }}{{ end }}{{ end }}">
|
||||
{{ with site.Params.author }}
|
||||
<meta name="author" content="{{ . }}">
|
||||
|
|
Loading…
Add table
Reference in a new issue