From b94d4fb97a5c335dff4a986109e6c19e484a4d59 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sun, 12 Jan 2025 17:37:18 +0100 Subject: [PATCH] fix online manpage links --- layouts/shortcodes/man.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layouts/shortcodes/man.html b/layouts/shortcodes/man.html index cfd0700..aed7fb6 100644 --- a/layouts/shortcodes/man.html +++ b/layouts/shortcodes/man.html @@ -1,5 +1,4 @@ {{- $page := .Get 0 | default "man" }} {{- $section := .Get 1 | default "1" }} -{{ $page }}({{ $section }}) - +{{ $page }}({{ $section }}) \ No newline at end of file