Skip to content

Commit

Permalink
Update page.liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
JoannaSendecka authored Apr 16, 2024
1 parent 4069146 commit 69e2c35
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions _layouts/page.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,5 @@ layout: default
</div>
{% endif %}
</section>
<!-- Tag list for portfolio -->
{% capture tag_list %}{{ page.tags | join: "|" }}{% endcapture %}
{% capture _tags %}{% include default/tags_list.liquid tags=tag_list %}{% endcapture %}
{{ _tags | split: " " | join: " " }}

</article>

0 comments on commit 69e2c35

Please sign in to comment.