---
layout: default
---
{% comment %} Based on minima {% endcomment %}
{{ page.title | escape }}
{% assign img_url = '' %}
{% if page.cover_img_url and page.cover_img_url != '' %}
{% assign img_url = page.cover_img_url %}
{% elsif page.cover_img_path and page.cover_img_path != '' %}
{% assign img_url = page.cover_img_path | relative_url %}
{% endif %}
{% if img_url != '' %}
{% endif %}