Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很想在我的 blogdown 主页上使用 hugo 锂主题的每个标题链接的标题下包含一个摘要,但我不确定要更改哪个文件来更改主 index.html 显示(或者我会添加)。感谢您的任何建议。
您应该修改模板文件layouts/_default/list.html。你可以使用page 变量 .Summary,但我个人从来不喜欢这个变量。如果你也碰巧不喜欢 Hugo 的自动摘要,你可以阅读我的这篇文章以获得更复杂但希望更有意义的方法。
layouts/_default/list.html
.Summary