Sha256: 1020796c01b0183f0cc7790232cee14ef1876130772395daff69fd9fd96598b8

Contents?: true

Size: 989 Bytes

Versions: 10

Compression:

Stored size: 989 Bytes

Contents

---
layout:           default
---

{%-assign title     = page.title    | default: page.category | capitalize | prepend: 'Filed under "' | append: '"'-%}
{%-assign projects  = site.projects | where_exp: 'project', 'project.categories contains page.title and project.published == true'-%}
{%-assign pages     = site.pages    | where_exp: 'pg',      'pg.categories      contains page.title and pg.published == true'-%}

<section>
  {% include page_header.html page_title=title %}
  <!-- Page Content -->
  <hr class="major"/>
  <!-- <h2><i class="far fa-sticky-note" style="font-size: 0.9em;"></i>&nbsp; Posts</h2> -->
  {% include posts.html %}
  {% if projects != empty-%}
  <h2><i class="fas fa-project-diagram" style="font-size: 0.7em;"></i>&nbsp; Projects {{ title-}}</h2>
  {% include projects.html %}
  {%-endif-%}
  {% if pages != empty-%}
  <h2><i class="far fa-file-alt" style="font-size: 0.8em;"></i>&nbsp; Pages {{ title-}}</h2>
  {% include pages.html %}
  {%-endif-%}
</section>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
jekyll-theme-editorial-1.0.10 _layouts/category.html
jekyll-theme-editorial-1.0.9 _layouts/category.html
jekyll-theme-editorial-1.0.8 _layouts/category.html
jekyll-theme-editorial-1.0.7 _layouts/category.html
jekyll-theme-editorial-1.0.6 _layouts/category.html
jekyll-theme-editorial-1.0.5 _layouts/category.html
jekyll-theme-editorial-1.0.4 _layouts/category.html
jekyll-theme-editorial-1.0.3 _layouts/category.html
jekyll-theme-editorial-1.0.2 _layouts/category.html
jekyll-theme-editorial-1.0.1 _layouts/category.html