We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
sourceuri shows the relative path to the generated file, not to the source file, e.g.: sourceuri: blog/2021/v1.8.0.html
sourceuri: blog/2021/v1.8.0.html
I'd expect: sourceuri: blog/2021/v1.8.0.adoc
sourceuri: blog/2021/v1.8.0.adoc
The text was updated successfully, but these errors were encountered:
Workaround (freemarker):
<#if (content.sourceuri)??> <#assign extension="${content.file[content.file?last_index_of('.')..]}" sourcefile="${content.sourceuri?replace('.html', extension)}" />
Sorry, something went wrong.
No branches or pull requests
Hi,
sourceuri shows the relative path to the generated file, not to the source file, e.g.:
sourceuri: blog/2021/v1.8.0.html
I'd expect:
sourceuri: blog/2021/v1.8.0.adoc
The text was updated successfully, but these errors were encountered: