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
{{ message }}
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
Another issue: I used ox-hugo to convert org file to markdown. Then I have author = ["author"]
instead of author = "author"
However, the first one gives me an error message: execute of template failed: template: partials/plugin/link.html:7:16: executing "partials/plugin/link.html" at <safeHTML>: error calling safeHTML: unable to cast []string{"author"} of type []string to string
The text was updated successfully, but these errors were encountered:
Describe the feature you want
author = ["author"]
instead of
author = "author"
However, the first one gives me an error message:
execute of template failed: template: partials/plugin/link.html:7:16: executing "partials/plugin/link.html" at <safeHTML>: error calling safeHTML: unable to cast []string{"author"} of type []string to string
The text was updated successfully, but these errors were encountered: