Results 8 comments of Lukas Joswiak

This is probably because you are using an older version of Hugo. The commands you listed work for me (with the slight caveat that I had to run `echo theme...

Thanks for the PR, sorry about the late response. Can these two properties just be added to the `body` selector, or do they need to be directly added to each...

Hi, thanks for the PR! In my opinion, I'm not sure setting a default value for the description of a site is ideal, because the generic description could override other...

You need to set the `date` param in the [front matter](https://gohugo.io/content-management/front-matter/) for the post.

What version of Hugo are you running? ``` $ hugo version hugo v0.104.3+extended darwin/amd64 BuildDate=unknown ```

There shouldn't be any specific parameter to enable to display the dates, they should just show by default.

If you click through to the page for the post, does it show the date under the title, like it does at https://lukasjoswiak.github.io/etch/markdown-syntax-guide/?

Can you try building the example site in this repo and see if the issue reproduces? I thought it could be an issue with your Hugo version, but I built...