/hugo_website
|--.git
|--.gitmodules
|-- website-content
|--content
| `--.git
|-- layouts/index.html
|--...etc (other files)
My content comes from another git submodules.
I am trying to use GitInfo in index.html. It is always nil.
Note: i added enableGitInfo = true
in my config.toml
My use case is to get last-modified date of the content files(.md files). Appreciate your response. Thanks.