We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8308fb0 commit 38be23dCopy full SHA for 38be23d
1 file changed
site/_layouts/redirect.html
@@ -4,6 +4,11 @@
4
{% endif %}
5
{% if redirect_set %}
6
{% assign redirect = page.redirect | replace: "@@OTD_VERSION@@", site.latest_otd_version %}
7
+{% else %}
8
+ {% comment %}
9
+ TODO: implement generic page.redirect support
10
+ {% endcomment %}
11
+ {% assign redirect = layout.redirect %}
12
13
<html>
14
<head>
0 commit comments