Sha256: b4d22ffbc00e56e60b6677230d692a4b528f40a6af1109c17b44edfd2d929010
Contents?: true
Size: 574 Bytes
Versions: 2
Compression:
Stored size: 574 Bytes
Contents
{% assign size = page.categories | size %} {% if size > 0 %} <div class="container-lg my-1"> <div class="row"> <div class="col-lg-8 offset-lg-2 col"> <i class="far fa-folder-open fa-xs" aria-hidden="true"></i> {%- for category in page.categories %} <a href="{{- category | replace: " ", "-" | prepend: "#" | prepend: page.cloudcategory_url | absolute_url | uri_escape -}}" class="badge chulapa-pill-bg-secondary">{{- category -}}</a> {% endfor -%} </div> </div> </div> {% endif %}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chulapa-jekyll-1.0.1 | _includes/components/categories.html |
chulapa-jekyll-1.0.0 | _includes/components/categories.html |