alanorth / hugo-theme-bootstrap4-blog

A blogging-centric Bootstrap v4 theme for the Hugo static site generator.
Other
204 stars 132 forks source link

schema.org changes seem to overwrite .Site.Params #57

Closed fte378 closed 7 years ago

fte378 commented 7 years ago

I just noticed that my blog frank.tegtmeyer.net doesn't contain code for the cookie consent anymore. Also settings like google-site-verification are lost.

The other blog (photoblog.tegtmeyer.net is still fine but is 37 commits behind your latest commit because I didn't update it yet.

Some tests showed that the .Site.Params map doesn't contain all the values from thew config file - only "author", "description" and "social" (an empty map). The Params section is completely lost leading to skipping all things dependent on .Site.Param values.

So there is something weird going on.

Regards, Frank

alanorth commented 7 years ago

Working here on my local test on git master. screen shot 2017-03-29 at 18 09 08-fs8

fte378 commented 7 years ago

Hm. Then I have to do some more research. I will come back to this when I have more information.