我正在拼命尝试在降价页面(雨果网站)中包含用 r (但以 HTML 格式)制作的图形,不幸的是我不明白逻辑或者我做错了什么......欢迎任何帮助谢谢提前
问问题
65 次
2 回答
0
你能告诉我们什么https://gohugo.io/content-management/shortcodes/#figure不起作用?
它应该与图形简码一起使用。
于 2021-06-25T08:52:36.297 回答
0
You can put the HTML in a file (yourhtmlfile.html) in the shortcodes directory (in the layouts folder) and call that shortcode in your content like this:
{{< yourhtmlfile >}}
于 2021-07-04T16:31:37.097 回答