We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a193b04 commit f298968Copy full SHA for f298968
api/tags.json
@@ -3,7 +3,6 @@ layout: none
3
permalink: /api/tags/
4
sitemap: false
5
---
6
-{{page.tag}}
7
{% capture site_tags %}{% for tag in site.tags %}{{ tag | first }}{% unless forloop.last %}+++{% endunless %}{% endfor %}{% endcapture %}
8
{% assign tags = site_tags | split: '+++' %}
9
[
0 commit comments