You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I hugo new a file into the root of my project, it's treated as an ordinary single page as defined in layouts/_default/single.html. Any file placed in a subdirectory gets today's date added just above the content, params.widgets added. Why does it do this? I'd like to have my single pages without param.widgets.
Thanks!
The text was updated successfully, but these errors were encountered:
If I
hugo new
a file into the root of my project, it's treated as an ordinary single page as defined inlayouts/_default/single.html
. Any file placed in a subdirectory gets today's date added just above the content, params.widgets added. Why does it do this? I'd like to have my single pages without param.widgets.Thanks!
The text was updated successfully, but these errors were encountered: