Sha256: 77f58656a65c84da03d50303278c306f32477187e9af4a6974b1a9d4f60dd3bd
Contents?: true
Size: 1.17 KB
Versions: 2
Compression:
Stored size: 1.17 KB
Contents
--- layout: compress --- {% assign author = site.data.authors[page.author] | default:site.data.authors.first[1] %} {% assign color = site.color | default:'#5ff656b' %} {% assign image = site.image | default:'/assets/img/nap.jpg' %} {% 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-hydejack-6.4.0 | _layouts/base.html |
jekyll-theme-hydejack-6.3.0 | _layouts/base.html |