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