add og image
All checks were successful
Hugo / build (push) Successful in 9s

This commit is contained in:
brooke 2024-06-11 16:00:48 -04:00
parent 0c71fbd28f
commit c97509bfed
2 changed files with 2 additions and 11 deletions

View file

@ -16,18 +16,12 @@
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 }}" />
<meta property="og:image" content="/img/bg.webp" />
{{ else }}
<title>{{ $.Site.Title }}</title>
<meta name="twitter:card" content="summary" />
@ -36,10 +30,7 @@
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."
/>
<meta property="og:image" content="/img/bg.webp" />
{{ end }}
<link rel="stylesheet" type="text/css" href="/css/tailwind.min.css" />
<link rel="stylesheet" type="text/css" href="/css/style.css" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB