Mephisto Tag Cloud Plugin
Because the French one disappeared off the face of the earth, I took it upon myself to make a tag cloud Liquid plugin. Here’s the scoop. I downloaded Rick’s MeasureMap Plugin and went to town converting it. Add this to your sidebar in your liquid template of choice: {% for tag in site.tags %} {{ tag | size_tag }} {% endfor %} And you should have some awesome tag_cloud action. You can specify an upper limit as well: {{ tag [...]

