uBlogger
uBlogger copied to clipboard
[BUG] linkToMarkdown parameter doesn't seem to have any effect
Describe the bug
Hello,
The linkToMarkdown
parameter in the [params][page]
section doesn't seem to have any effect.
I enabled it by setting it to true
, and added the markdown
format in the page outputs.
The markdown documents are generated but no link appears in the footer.
Environment
- OS: Manjaro 21.0.7
- Browser: Edge 93.0.910.5 dev
- Theme version/commit : 74553b84f20a64d58ef1e6fe3dccea91a3ce62f8 Sun Jun 20 21:53:50 2021 +0300
- hugo v0.84.0+extended
Additional Information
Part of my params.yaml
page:
theme: classic
hiddenFromHomePage: false
hiddenFromSearch: false
hiddenFeatureImage: false
twemoji: true
lightgallery: false
ruby: true
fraction: true
linkToMarkdown: true
rssFullText: false
math:
enable: false
code:
copy: true
maxShownLines: 10
share:
enable: true
Twitter: true
Facebook: true
Evernote: true
outputs.yaml
:
home: ["HTML", "RSS", "JSON"]
page: ["HTML", "MarkDown"]
section: ["HTML", "RSS"]
taxonomy: ["HTML", "RSS"]
taxonomyTerm: ["HTML"]
outputFormats.yaml
:
MarkDown:
mediaType: "text/plain"
isPlainText: true
isHTML: false
Thanks!