gethugothemes / dot-hugo

Dot - Hugo Documentation Theme
https://gethugothemes.com/products/dot/?utm_source=dot_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
260 stars 148 forks source link

Build Error with Hugo 0.64.1 ".File.UniqueID on zero object." #133

Closed zxdev closed 4 years ago

zxdev commented 4 years ago

Building sites … WARN 2020/02/13 15:46:01 .File.UniqueID on zero object. Wrap it in if or with: {{ with .File }}{{ .UniqueID }}{{ end }}

No idea where this is or how to find it, but using Hugo 0.64.1, I get that build error on the exampleSite using: hugh --themesDir ../.. from the exampleSite folder

The site is available, but not sure where that warn originates from/at.

tfsomrat commented 4 years ago

Hey,

This is just an warning, it will not break anything on your site. when it will become an error, i'll fix it...