{%- comment -%} This is a card displaying post metadata as well as the title image. Parameters: post: The post which sould be displayed on the card {%- endcomment -%} {%- if post.title_image == "default" %} {%- assign image = 'hifis_page_title_background.jpg'-%} {%- else -%} {%- assign image = post.title_image -%} {%- endif -%} {%- assign img_url = site.directory.large_images | append: "phone/" | append: image | strip | relative_url -%}
Title image
{{ include.post.data | date: "%d. %b. %y" }}

{{ include.post.title }}