Sha256: 9741977bde90629418b21c4945ae89b86505776b413542c4ccd5101182315190
Contents?: true
Size: 1.91 KB
Versions: 5
Compression:
Stored size: 1.91 KB
Contents
--- layout: base --- {% include social_icons.html %} <div class="home"> <section class="about"> {% if site.about.image %} <img src="{{ site.about.image.src | relative_url }}" alt="{{ site.about.image.alt }}"> {% else %} <h1>{{ site.tagline }}</h1> {% endif %} <p>{{ site.description }}</p> {% if site.about.socials.size > 0 or site.rss_feed %} <ul class="social-links"> {% if site.about.socials.size > 0 %} {% for social in site.about.socials %} <li> <a href="{{ social.url }}" rel="noreferrer"> <svg> <use xlink:href="#{{ social.id }}"></use> </svg> {{ social.id | capitalize }} </a> </li> {% endfor %} {% endif %} {% if site.rss_feed %} <li> <a href="{{ site.rss_feed | relative_url }}"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rss" viewBox="0 0 16 16"> <path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z"/> <path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1m0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1"/> </svg> RSS </a> </li> {% endif %} </ul> {% endif %} </section> {% comment %} You can add any content you want to index.html and it will be rendered instead of the post archive {% endcomment %} {% assign content = content | strip_newlines %} {% if content != '' %} <section> {{ content }} </section> {% else %} <section class="archive"> {% include posts-by-year.html %} </section> {% endif %} </div
Version data entries
5 entries across 5 versions & 1 rubygems