Sha256: 7fb3d84216065169a02d02fa2d925a7af04f9dc06885c82b7d448893f6aec488
Contents?: true
Size: 715 Bytes
Versions: 1
Compression:
Stored size: 715 Bytes
Contents
--- layout: base --- <div class="container is-fullhd links"> <section class="hero link-hero"> <div class="hero-body"> <a href="/" class="logo"> <img src="/assets/images/logo.png" alt="logo of OLS"> </a> {{ site.data.links.description | markdownify }} </div> </section> <section class="section"> {% for item in site.data.links.items %} <a href="{{ item.link }}" class="button is-link is-medium is-fullwidth"> {% if item.icon %}<i class="icon {{ item.icon }}"></i>{% endif %} {{ item.text }} </a> {% endfor %} </section> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ols-theme-1.0.2 | _layouts/links.html |