From b4df94a6c92415e9d61e52ba5f19ed7fb58e7b19 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 26 Jan 2020 23:04:14 -0800 Subject: More layout tweaks - for the warning header. --- _layouts/manpage.html | 7 ------ _tools/pubrefman.sh | 9 +++++++ nn.css | 66 +++++++++++++++++++++++++-------------------------- 3 files changed, 42 insertions(+), 40 deletions(-) diff --git a/_layouts/manpage.html b/_layouts/manpage.html index a7f84043..6788c83d 100644 --- a/_layouts/manpage.html +++ b/_layouts/manpage.html @@ -17,13 +17,6 @@ {% include header-manpage.html %} - {% if page.version and page.version != site.latest %} - {% if page.version == "tip" %} - {% include tip_version.html %} - {% else %} - {% include old_version.html %} - {% endif %} - {% endif %} {{ content }} diff --git a/_tools/pubrefman.sh b/_tools/pubrefman.sh index 4c39973d..772883ae 100644 --- a/_tools/pubrefman.sh +++ b/_tools/pubrefman.sh @@ -142,6 +142,15 @@ process_manpage() { printf -- "---\n" cat ${toc} printf "
\n" + cat <