{% if theme.quicklink.enable %}
{% set quicklink_uri = url_for(theme.vendors._internal + '/quicklink/quicklink.umd.js') %}
{% if theme.vendors.quicklink %}
{% set quicklink_uri = theme.vendors.quicklink %}
{% endif %}
{% if is_home() %}
{% if theme.quicklink.home %}
{% set loadQL = true %}
{% endif %}
{% endif %}
{% if is_archive() %}
{% if theme.quicklink.archive %}
{% set loadQL = true %}
{% endif %}
{% endif %}
{% if loadQL or (page.quicklink or post.quicklink) %}
{% endif %}
{% endif %}