Content adapter throws executing “main” at <.Content> error calling Content “_content.gotmpl:1:1” : execute of template failed: template: _default/_markup/render-link.html for a json that contain
content: “[sometext] (1,33%)” .
hugo is trying to get the link even if it is write like this in template {{ .Content | plainify | safeHTML }}
Any ideas how to make the system don’t use () as a link inside that template ?
It should act as plain text but inside the _content.gotmpl i have this line {{ $content := dict “mediaType” “text/markdown” “value” .content }} . I guess that should be “text/plain” ?
Now i get for every page: ERROR Failed to create content converter: no content renderer found for markup “plain”, page : kind: “page”, /path: “examplepage/index.txt”