Sha256: 0960aac0037fda68156100521f30babfc978d284edd8f56d82925b550e4b47b2

Contents?: true

Size: 1.54 KB

Versions: 10

Compression:

Stored size: 1.54 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
---

{% assign version = jekyll.version | split:'.' %}
{% assign major = version[0] | plus:0 %}
{% assign minor = version[1] | plus:0 %}
{% assign patch = version[2] | plus:0 %}

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

{% include components/dingbat.html %}

{% 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

10 entries across 10 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-9.2.1 _layouts/post.html
jekyll-theme-hydejack-9.2.0 _layouts/post.html
jekyll-theme-hydejack-9.1.9 _layouts/post.html
jekyll-theme-hydejack-9.1.8 _layouts/post.html
jekyll-theme-hydejack-9.1.7 _layouts/post.html
jekyll-theme-hydejack-9.1.6 _layouts/post.html
jekyll-theme-hydejack-9.1.5 _layouts/post.html
jekyll-theme-hydejack-9.1.4 _layouts/post.html
jekyll-theme-hydejack-9.1.3 _layouts/post.html
jekyll-theme-hydejack-9.1.2 _layouts/post.html