gallowelds.com/themes/gallo/layouts/partials/head.html

53 lines
1.9 KiB
HTML
Raw Normal View History

2024-05-22 14:22:07 -04:00
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
2024-06-11 15:49:31 -04:00
<link rel="canonical" href="{{ .Permalink }}" />
<meta
name="keywords"
content="Atlanta, Welding, Hand-welded, Durable, Affordable, Industrial, Commercial, Custom"
/>
<meta property="og:site_name" 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 }}" />
2024-06-11 16:00:48 -04:00
<meta property="og:image" content="/img/bg.webp" />
2024-06-11 15:49:31 -04:00
{{ else }}
<title>{{ $.Site.Title }}</title>
<meta name="twitter:card" content="summary" />
<meta property="og:title" content="{{ $.Site.Title }}" />
<meta
property="og:description"
2024-06-11 16:02:57 -04:00
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."
2024-06-11 15:49:31 -04:00
/>
2024-06-11 16:00:48 -04:00
<meta property="og:image" content="/img/bg.webp" />
2024-06-11 15:49:31 -04:00
{{ end }}
<link rel="stylesheet" type="text/css" href="/css/tailwind.min.css" />
{{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title =
.Site.Title }}{{ end }}
2024-07-13 17:37:01 -04:00
2024-07-22 23:36:44 -04:00
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
2024-07-13 17:37:01 -04:00
2024-07-22 23:36:44 -04:00
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/android-chrome-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="512x512"
href="/android-chrome-512x512.png"
/>
</head>