---
---
{% include head.html %}
{% assign target = "target" %}
{% if site.env.HEADER_ENABLED == "1" %}
{% assign headerbgcolor = 'background-color: ' | append: site.env.HEADER_BACKGROUND_COLOR | append: ';' %}
{% endif %}
{% if site.env.DEFAULT_REVERSE_SORT == "1" %}
{% assign images = page.images | default: site.static_files | photo_filter | reverse %}
{% else %}
{% assign images = page.images | default: site.static_files | photo_filter %}
{% endif %}
{% include photos.html %}
{% if site.env.ALLOW_ORDER_SORT_CHANGE == "1" %}
- Sort
{% endif %}
{% if site.env.SHOW_RSS_FEED == "1" %}
{% endif %}
{% if site.env.SHOW_OFFICIAL_GITHUB == "1" %}
- Github
{% endif %}
{% if site.env.TWITTER_USERNAME != "" %}
{% endif %}
{% if site.env.GITHUB_USERNAME != "" %}
- Github
{% endif %}
{% if site.env.INSTAGRAM_USERNAME != "" %}
- Instagram
{% endif %}
{% if site.env.CUSTOM_LINK_URL != "" and site.env.CUSTOM_LINK_NAME != "" %}
- {{ site.env.CUSTOM_LINK_NAME }}
{% endif %}
{% include javascript.html %}
{% if site.env.ALLOW_IMAGE_SHARING == "1" %}
{% endif %}
{% if page.image_slug %}
{% endif %}