diff --git a/layouts/shortcodes/man.html b/layouts/shortcodes/man.html new file mode 100644 index 0000000..cfd0700 --- /dev/null +++ b/layouts/shortcodes/man.html @@ -0,0 +1,5 @@ +{{- $page := .Get 0 | default "man" }} +{{- $section := .Get 1 | default "1" }} + +{{ $page }}({{ $section }}) +