Replies: 1 comment
-
Looks like this function were not called properly: hugo-theme-stack/assets/ts/gallery.ts Line 59 in 4e7865c |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks @CaiJimmy for developing this theme!
I tried to customize a little bit of the theme, for some articles, I just want to display the content directly, so I make a category "memo" for those content, and the main business logic is like:
when I post some images there, images could be rendered properly if you get into the blog detail page:

but in the article list page, it cannot be rendered well:

after checking the code, I found the images got encapsulated by
<div class="gallery">
, so I am wondering how can I modify the code to get that affect?Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions