← back to Wallpapercontractor
hero: unique og:image hero-bg.jpg (dedupe fleet viewer + social card)
52f7ff597246bd2f6d7d51013b77590c2f173cf2 · 2026-06-01 14:48:33 -0700 · Steve Abrams
Files touched
A public/hero-bg.jpgM views/partials/head.ejs
Diff
commit 52f7ff597246bd2f6d7d51013b77590c2f173cf2
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon Jun 1 14:48:33 2026 -0700
hero: unique og:image hero-bg.jpg (dedupe fleet viewer + social card)
---
public/hero-bg.jpg | Bin 0 -> 597753 bytes
views/partials/head.ejs | 3 ++-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/public/hero-bg.jpg b/public/hero-bg.jpg
new file mode 100644
index 0000000..9d8f342
Binary files /dev/null and b/public/hero-bg.jpg differ
diff --git a/views/partials/head.ejs b/views/partials/head.ejs
index da786a5..fc89ce5 100644
--- a/views/partials/head.ejs
+++ b/views/partials/head.ejs
@@ -4,7 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title><%= title || (site.name + ' — ' + site.tagline) %></title>
-<meta name="description" content="<%= description || site.description %>">
+<meta name="description" content="<%= description || site.description %>
+<meta property="og:image" content="https://wallpapercontractor.com/hero-bg.jpg">">
<link rel="canonical" href="https://<%= site.domain %><%= typeof canonicalPath !== 'undefined' ? canonicalPath : '/' %>">
<meta property="og:type" content="website">
<meta property="og:site_name" content="<%= site.name %>">
← d0fa59a Notify NPH ops on each lead: fire-and-forget POST to /api/pa
·
back to Wallpapercontractor
·
head.ejs: close unterminated meta description tag so page co 6fa9de8 →