From 34b4a56932b757f4b202ddbb7fe12d3c58690f06 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 9 Mar 2018 14:11:50 -0800 Subject: Alter the warning about TIP. --- _layouts/refman.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '_layouts') diff --git a/_layouts/refman.html b/_layouts/refman.html index 71ad342a..6c537f41 100644 --- a/_layouts/refman.html +++ b/_layouts/refman.html @@ -1,6 +1,10 @@ {% include header.html %} {% if page.version and page.version != site.latest %} - {% include old_version.html %} + {% if page.version = tip %} + {% include tip_version.html %} + {% else %} + {% include old_version.html %} + {% endif %} {% endif %} {{ content }} {% include footer_refman.html %} -- cgit v1.2.3-70-g09d2