Sha256: cea6f9ee6e128eee7e596e8973c241ae6ed81741dffdaa8def252b2d718d52e5

Contents?: true

Size: 1.37 KB

Versions: 5

Compression:

Stored size: 1.37 KB

Contents

---
# Copyright (c) 2018 Florian Klampfer <https://qwtel.com/>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

layout: base
---

{% include_cached components/post.html post=page no_link_title=true no_excerpt=true hide_image=page.hide_image hide_description=page.hide_description %}

<hr class="dingbat related" />

{% assign addons = page.addons | default:site.hydejack.post_addons %}
{% unless addons %}{% assign addons = "about,newsletter,related,random" | split:"," %}{% endunless %}
{% for addon in addons %}
  {% case addon %}
  {% when 'about' %}
     {% include_cached components/about.html author=page.author %}
  {% when 'related' %}
    {% include if-non-null try="components/related-posts.html" %}
  {% when 'comments' %}
    {% include body/comments.html %}
  {% else %}
  {% endcase %}
{% endfor %}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-9.0.4 _layouts/post.html
jekyll-theme-hydejack-9.0.3 _layouts/post.html
jekyll-theme-hydejack-9.0.2 _layouts/post.html
jekyll-theme-hydejack-9.0.1 _layouts/post.html
jekyll-theme-hydejack-9.0.0 _layouts/post.html