Sha256: cd42f3f38d896398107f51f84cafe9bf43408dead50740c9378aed2ddc27d442
Contents?: true
Size: 1.17 KB
Versions: 4
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:'#A85641' %} {% 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
4 entries across 4 versions & 1 rubygems