How to get current file name in Hugo without .md
~~~
This is the template snippet that does the job:
{{ trim .File.LogicalName ".md" }} ~~~
Related posts about hugo:
This is the template snippet that does the job:
{{ trim .File.LogicalName ".md" }} Related posts about hugo: