From 20655538ea97641a9e29373747737253d71feb9d Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 2 Aug 2020 01:56:14 -0700 Subject: wrong place --- _includes/manpage_v2.html | 30 ------------------------------ _layouts/manpage_v2.html | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100755 _includes/manpage_v2.html create mode 100755 _layouts/manpage_v2.html diff --git a/_includes/manpage_v2.html b/_includes/manpage_v2.html deleted file mode 100755 index e75217b4..00000000 --- a/_includes/manpage_v2.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - {{page.title}} - - - - {% include header-manpage.html %} - - {% include_relative _toc.html %} - -
- {{ content }} -
- - {% include footer-manpage.html %} - - - - diff --git a/_layouts/manpage_v2.html b/_layouts/manpage_v2.html new file mode 100755 index 00000000..e75217b4 --- /dev/null +++ b/_layouts/manpage_v2.html @@ -0,0 +1,30 @@ + + + + + + + + + + + + + {{page.title}} + + + + {% include header-manpage.html %} + + {% include_relative _toc.html %} + +
+ {{ content }} +
+ + {% include footer-manpage.html %} + + + + -- cgit v1.2.3-70-g09d2