This commit is contained in:
parent
01c1711474
commit
6c4246d457
1 changed files with 37 additions and 0 deletions
|
@ -4,6 +4,43 @@
|
|||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
||||
/>
|
||||
|
||||
<link rel="canonical" href="{{ .Permalink }}" />
|
||||
<meta
|
||||
name="description"
|
||||
content="{{ with .Description }}{{ . }}{{ else }}{{ with .Summary }}{{ . }}{{ else }}{{ .Site.Params.description }}{{end }}{{ end }} "
|
||||
/>
|
||||
|
||||
<meta
|
||||
name="keywords"
|
||||
content="Atlanta, Welding, Hand-welded, Durable, Affordable, Industrial, Commercial, Custom"
|
||||
/>
|
||||
<meta property="og:site_name" content="{{ $.Site.Title }}" />
|
||||
<meta property="og:title" content="{{ $.Site.Title }}" />
|
||||
|
||||
{{ if .IsPage }}
|
||||
<title>{{ .Title }} | {{ $.Site.Title }}</title>
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:title" content="{{ .Title }}" />
|
||||
<meta property="og:description" content="{{ .Summary }}" />
|
||||
<meta name="description" content="{{ .Summary }}" />
|
||||
<meta property="twitter:title" content="{{ .Title }}" />
|
||||
<meta property="twitter:description" content="{{ .Summary }}" />
|
||||
<meta property="article:author" content="your-name" />
|
||||
<meta property="article:published_time" content="{{ .Date }}" />
|
||||
{{ else }}
|
||||
<title>{{ $.Site.Title }}</title>
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="og:title" content="{{ $.Site.Title }}" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Gallo Welding, based in Atlanta, provides exceptional structures for diverse industries. With over a decade of experience, Ian Gallo specializes in hand-welded, durable structures at affordable prices while prioritizing professionalism and inclusivity."
|
||||
/>
|
||||
<meta
|
||||
name="description"
|
||||
content="Gallo Welding, based in Atlanta, provides exceptional structures for diverse industries. With over a decade of experience, Ian Gallo specializes in hand-welded, durable structures at affordable prices while prioritizing professionalism and inclusivity."
|
||||
/>
|
||||
{{ end }}
|
||||
<link rel="stylesheet" type="text/css" href="/css/tailwind.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/style.css" />
|
||||
{{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title =
|
||||
|
|
Loading…
Add table
Reference in a new issue