Sha256: 1ef8f6df29b3a46086d1fc78e01d929fcbf9a5d1bc1332de34c8a74fd69ce380
Contents?: true
Size: 499 Bytes
Versions: 1
Compression:
Stored size: 499 Bytes
Contents
<section> {% if site.logo %} <img class="logo" src="{{ site.logo | relative_url }}" alt="Logo"> {% endif %} {% if site.blank_title %} <h1>{{ site.title | default: site.github.repository_name }}</h1> {% else %} <h1>{{ site.title | default: site.github.repository_name }}</h1> {% endif %} {% if site.email %} <p class="addr"><i class="fa-solid fa-envelope"></i> <a href="mailto:{{site.email}}">{{ site.email }}</a></p> {% endif %} </section>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-minimalistic-0.3.8 | _includes/header-title-mobile.html |