graphics3d
word-cloud
math.se
This is my categories
Why they are all lowercase.
How can I make them into Uppercase, since my direct
making it lowercase makes it easier for Jekyll to parse and handle the project.
I have a couple of questions for you:
If its the latter, the solution is to capitalize it back again.
{% for tag in page.categories %}
{{ tag | capitalize }}
{% unless forloop.last %} •
{% endunless %}
{% endfor %}