on the page legal-services/bankruptcy.md I’ve placed the following front matter code:
title: "Bankruptcy Lawyer - Legal Services | Squiller & Hamilton, LLP"
date: 2018-09-12T20:14:18-04:00
draft: false
Description: "Need a bankruptcy lawyer? Squiller & Hamilton, LLP, located in Auburn, Indiana, provides exceptional legal services for those in need of a bankruptcy attorney."
Featured_Image: "https://firebasestorage.googleapis.com/v0/b/appsradix.appspot.com/o/images%2Fbankruptcy-lawyer-1280x555.jpg?alt=media&token=d12b777f-42df-4bde-8d67-1dc41979ea41 "
---
When I run hugo I get the following error:
hugo Building sites . ERROR 2018/10/15 09:21:55 Error while rendering "section" in "legal-services\\": template: _default\list.html:3:8: executing "_default\\list.ht ml" at <partial "head.html" ...>: error calling partial: template: partials/head .html:9:92: executing "partials/head.html" at <.Featured_Image>: can't evaluate field Featured_Image in type *hugolib.PageOutput
Any ideas as to what this rookie is doing wrong?
Thank you so much in advance for any help you could give me!
YOU ARE AWESOME!!! Thank you so very much! Now I found I have one small issue. The URL went into the build well but I need to cleanse / make it text I think as it took the “&” symbol in the URL and made it “&”
Just saw the htmlUnescape function as you were typing this! I tried it already without the safeURL function and that didn’t work - I’ll now try it with the safeURL as well.