Is it possible to have the blog category added in the blog title using liquid?
Solved! Go to the solution
This is an accepted solution.
Yes. You can do it like this:
<h1>
{{- blog.title }}
{% if current_tags %} | {{ current_tags | join: ' + ' }}{% endif -%}
</h1>
User | Count |
---|---|
28 | |
18 | |
17 | |
16 | |
10 |