Sha256: 12ac52cc9314a89adc777d9b05f9f3915759efa2b56c5438fcbbb8a4a5f364af

Contents?: true

Size: 521 Bytes

Versions: 10

Compression:

Stored size: 521 Bytes

Contents

{% assign entries=site.glossary | sort:page.sort %}
{% for entry in entries %}
<h2> {{entry.title}} </h2>
<p class="text-green has-text-weight-bold">{{entry.subtitle}}</p>

{{entry.abstract}}

<a href="{{ entry.url | relative_url }}" class="button float_right is-rounded has-text-centert is-dark {% if item.link == page.url %}is-active{% endif %}">
    <span>{{ include.button | default:"Read more" }}</span>
    <span class="icon is-small">
    <i class="fas fa-chevron-right fa-xs"></i>
    </span>
</a> 

{% endfor %}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
intia-theme-0.1.55 _includes/glossary.html
intia-theme-0.1.54 _includes/glossary.html
intia-theme-0.1.53 _includes/glossary.html
intia-theme-0.1.52 _includes/glossary.html
intia-theme-0.1.51 _includes/glossary.html
intia-theme-0.1.50 _includes/glossary.html
intia-theme-0.1.49 _includes/glossary.html
intia-theme-0.1.48 _includes/glossary.html
intia-theme-0.1.47 _includes/glossary.html
intia-theme-0.1.46 _includes/glossary.html