gpt4 book ai didi

css - 是否可以根据其标签在 octopress 中设置帖子样式?

转载 作者:行者123 更新时间:2023-11-28 12:38:14 25 4
gpt4 key购买 nike

我需要为 Octopress 中所有带有“旧”标签的帖子设置不同的样式。比如,在文件中只显示标题而不显示图像,并将它们分开!我怎样才能做到这一点? (注意:有近 1,500 个帖子带有旧标签)

最佳答案

您可以简单地将标签用作 css 类:

<ul>
{% for post in site.posts %}
<li><a href="{{ post.url }}" class="tags {{ post.tags | join:' ' }}">{{ post.title }}</a></li>
{% endfor %}
</ul>

这样您就可以通过 css 为任何标签轻松设置链接样式。

关于css - 是否可以根据其标签在 octopress 中设置帖子样式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17862159/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com