[Suggestion] weblog.lol: make tags links an HTML list #446
-
|
I'd like to see the links for tags that are in the partly because it's technically a list, and partly because then I can throw some ::after pseudo-elements on the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I’ve just added a new configuration template. Here’s the default setup, which mirrors the current tag output: This uses the same special template format thing that is already in place with So, in your case, you can do this: And that should give you the exact output you’d like! Let me know if you run into any issues with the setup. |
Beta Was this translation helpful? Give feedback.
I’ve just added a new configuration template. Here’s the default setup, which mirrors the current tag output:
This uses the same special template format thing that is already in place with
Recent posts format,Post list format, andSearch results format. You can effectively create any template you’d like for tags output, and then anything between[tag:begin]and[tag:end]will be repeated for however many tags the post has. The variables here are$tag_location(which is comprised of the tag path and tag slug) and$tagwhich is the actual tag text itself.So, in your case, you can do this: