Sha256: 12045ad1ff6e4735334cf0741f643b43235fa50b122f6f2e807ecbb3e69bdf38

Contents?: true

Size: 534 Bytes

Versions: 6

Compression:

Stored size: 534 Bytes

Contents

{% if include.class %}
  {% if site.pitch %}
    {% assign title_class = "site-title with-pitch" %}
  {% else %}
    {% assign title_class = "site-title" %}
  {% endif %}
{% else %}
  {% assign title_class = "" %}
{% endif %}

{% capture title %}
  {% if site.title_html %}
    {% include _i18n/i18n.html value=site.title_html escape=false %}
  {% else %}
    {% include _i18n/i18n.html value=site.title %}
  {% endif %}
{% endcapture %}

<a class="{{ title_class }}" href="{% include _i18n/link.html path="index" %}">{{ title }}</a>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
kacademic-0.5.8 _includes/_i18n/sitetitle.html
academic-0.5.8 _includes/_i18n/sitetitle.html
academic-0.5.7 _includes/_i18n/sitetitle.html
academic-0.5.6 _includes/_i18n/sitetitle.html
academic-0.5.5 _includes/_i18n/sitetitle.html
academic-0.5.4 _includes/_i18n/sitetitle.html