← back to Wallpapercontractor
head.ejs: close unterminated meta description tag so page copy stops leaking into og:image
6fa9de8ca7ce8215302d0ca6e281a583e2986f37 · 2026-06-01 15:52:40 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
M views/partials/head.ejs
Diff
commit 6fa9de8ca7ce8215302d0ca6e281a583e2986f37
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon Jun 1 15:52:40 2026 -0700
head.ejs: close unterminated meta description tag so page copy stops leaking into og:image
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
views/partials/head.ejs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/views/partials/head.ejs b/views/partials/head.ejs
index fc89ce5..e6b40f2 100644
--- a/views/partials/head.ejs
+++ b/views/partials/head.ejs
@@ -4,8 +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 property="og:image" content="https://wallpapercontractor.com/hero-bg.jpg">">
+<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 %>">
← 52f7ff5 hero: unique og:image hero-bg.jpg (dedupe fleet viewer + soc
·
back to Wallpapercontractor
·
(newest)