Sha256: 74a1d33eacde3af953f293e665ab3e3bdd7c081f3b4628dd4940f4f3dcb08e4f

Contents?: true

Size: 1.16 KB

Versions: 3

Compression:

Stored size: 1.16 KB

Contents

---
layout: compress
---

{% assign author = site.data.authors[page.author] | default:site.data.authors.first[1] | default:site.author %}

{% assign image = site.image %}
{% assign color = site.color | default:'#4f86aa' %}

{% if page.categories.size > 0 %}
  {% assign category_name = page.categories.first %}
  {% assign category = site.featured_categories | where: "slug", category_name | first %}
  {% if category.color %}{% assign color = category.color %}{% endif %}
  {% if category.image %}{% assign image = category.image %}{% endif %}
{% elsif page.tags.size > 0 %}
  {% assign tag_name = page.tags.first %}
  {% assign tag = site.featured_tags | where: "slug", tag_name | first %}
  {% if tag.color %}{% assign color = tag.color %}{% endif %}
  {% if tag.image %}{% assign image = tag.image %}{% endif %}
{% elsif author %}
  {% if author.color %}{% assign color = author.color %}{% endif %}
  {% if author.image %}{% assign image = author.image %}{% endif %}
{% endif %}

{% if page.color %}{% assign color = page.color %}{% endif %}
{% if page.image %}{% assign image = page.image %}{% endif %}

<head>
  {% include head.html %}
</head>

<body>
  {% include body.html %}
</body>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-6.6.1 _layouts/base.html
jekyll-theme-hydejack-6.6.0 _layouts/base.html
jekyll-theme-hydejack-6.5.0 _layouts/base.html