Sha256: 3d78a2701ca7780e9cb1779a59778e141e7ebd2d0c6f7661ed773b5a926eaab2
Contents?: true
Size: 708 Bytes
Versions: 9
Compression:
Stored size: 708 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="/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
9 entries across 9 versions & 1 rubygems