From 857a1486bda4eae5129363d7ac3e0a6f43732e77 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 2 Aug 2020 02:12:06 -0700 Subject: Add missing admonitions --- _layouts/manpage_v2.html | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/_layouts/manpage_v2.html b/_layouts/manpage_v2.html index e75217b4..35fda91f 100755 --- a/_layouts/manpage_v2.html +++ b/_layouts/manpage_v2.html @@ -15,15 +15,23 @@ - {% include header-manpage.html %} +{% include header-manpage.html %} - {% include_relative _toc.html %} +{% include_relative _toc.html %} -
- {{ content }} -
+
+{% if page.version and page.version != site.latest %} +{% if page.version == "tip" %} +{% include manpage-tip.html %} +{% else %} +{% include manpage-old.html %} +{% endif %} +{% endif %} - {% include footer-manpage.html %} +{{ content }} +
+ +{% include footer-manpage.html %} -- cgit v1.2.3-70-g09d2