Sha256: 3dfd6c7079bb38d024eb075ede20ace5d941c17b474ea084f2457d019f0c1014

Contents?: true

Size: 147 Bytes

Versions: 4

Compression:

Stored size: 147 Bytes

Contents

#tags.widget
  %h3.header Tags
  %ul.content
    - site.tags.each do |tag|
      %li
        %a{ :href => tag.uri }= "#{tag.name} (#{tag.length})"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
zzot-semi-static-0.0.3 test/source/snippets/tags-widget.haml
zzot-semi-static-0.0.4 test/source/snippets/tags-widget.haml
zzot-semi-static-0.0.5 test/source/snippets/tags-widget.haml
zzot-semi-static-0.0.6 test/source/snippets/tags-widget.haml