Seeing this invalid URL being logged in browser console for a post with image: front matter
GET
http://localhost:5080/2023/12/"/assets/2023/01/terraform-logo.png"
Looks like the double quotes in
|
mastheadStyle = $"background-image: url(\"{Context.GetLink(image)}\")"; |
are being HTML encoded
Seeing this invalid URL being logged in browser console for a post with
image:front matterLooks like the double quotes in
CleanBlog/input/_header.cshtml
Line 12 in ad63989