{% if page.header.image contains "http" %} {% capture img_path %}{{ page.header.image }}{% endcapture %} {% else %} {% capture img_path %}{{ page.header.image | prepend: "/images/" | prepend: base_path }}{% endcapture %} {% endif %} {% if page.header.background_image contains "http" %} {% capture background_img_path %}{{ page.header.background_image }}{% endcapture %} {% else %} {% capture background_img_path %}{{ page.header.background_image | prepend: "/images/" | prepend: base_path }}{% endcapture %} {% endif %}
{% if page.header.splash %}

{{ page.title | markdownify | remove: "

" | remove: "

" }}

{% if site.read_time and page.read_time %}

{% include read-time.html %}

{% endif %}
{% else %} {{ page.title }} {% if page.header.caption %} {{ page.header.caption | markdownify | remove: "

" | remove: "

" }}
{% endif %} {% endif %}