Sha256: b811cb74ab7585d04032a2628fafb7a182606011f27ecbf6accbc1505ac92a04

Contents?: true

Size: 954 Bytes

Versions: 10

Compression:

Stored size: 954 Bytes

Contents

---
layout:           default
---

{%-assign title     = page.title    | default: page.tag | prepend: 'Tagged "' | append: '"'-%}
{%-assign projects  = site.projects | where_exp: 'project', 'project.tags contains page.title and project.published == true'-%}
{%-assign pages     = site.pages    | where_exp: 'pg',      'pg.tags      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/tag.html
jekyll-theme-editorial-1.0.9 _layouts/tag.html
jekyll-theme-editorial-1.0.8 _layouts/tag.html
jekyll-theme-editorial-1.0.7 _layouts/tag.html
jekyll-theme-editorial-1.0.6 _layouts/tag.html
jekyll-theme-editorial-1.0.5 _layouts/tag.html
jekyll-theme-editorial-1.0.4 _layouts/tag.html
jekyll-theme-editorial-1.0.3 _layouts/tag.html
jekyll-theme-editorial-1.0.2 _layouts/tag.html
jekyll-theme-editorial-1.0.1 _layouts/tag.html