Hi! I appreciate it that you take time to read my problem.
The home page and other page lost some html element after deploy.
(Because iam a new user,the pic will show in comment)
But after deploy,the page lost the last element, dont know why the last element missing.
My hugo code in index.html is
{{ range .Pages }}
{{if eq .Title “News”}}
{{end}}
{{ end }}
- my Netlify instance name is: https://friendly-mahavira-cb93b0.netlify.com/
- my repo in github is : https://github.com/mrlixuec/test202019
Thank you for your read,if you have any solution,please tell me. Thank you !~