Redirect

Redirect

{% redirect %}

Redirects a "302 Found" HTTP response pointing to the location of the target. This is slower than using built-in redirects but is useful when other variables, processing, or conditionals need to be evaluated first.

{% redirect target %}

{% redirect
target
 
Should resolve to a full-qualified URL (including the leading "https://", "http://", or "//") or to an entity with a URL May use liquid filters.
%}

Related

{% gallery %}

{% articles %}