Skip to content
New issue

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

Problem with Image-Markdown definition in 'Content:' parameter #46

Open
raibisch opened this issue Feb 15, 2023 · 1 comment
Open

Problem with Image-Markdown definition in 'Content:' parameter #46

raibisch opened this issue Feb 15, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@raibisch
Copy link

Bug description:

  • a included image in content as markdown is reported as 'image not found' (see steps below)

Steps to reproduce the behaviour:

  • hugo version : v0.110.0
  • Theme "hugo-PaperModX' actual version master from 2023-02-15
  • the image 'honeycomb.png' was stored in project root folder 'static'
  • no WARN or ERROR with original 'PaperMod' theme

define parameter 'Content' in file 'config.yml':

params:
  homeInfoParams:
    Content: 'some text ![my-logo](honeycomb.png) some other text'

reported Error:

WARN 2023/02/15 12:33:56 No image found for honeycomb.png from {%!s(*helpers.DistinctLogger=&{0xc001dc0600 {{0 0} 0 0 0 0} map[]})}

Expected behaviour:
image is found and visible ...and no ERROR or WARN reported)

(successful tested with original 'PaperMod' theme)

Additional remark

  • the same error if I include the image-tag in 'Title:' parameter
@raibisch raibisch added the bug Something isn't working label Feb 15, 2023
@alexjacobs08
Copy link

@raibisch did you ever find a solution for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants