4 lines
No EOL
241 B
HTML
4 lines
No EOL
241 B
HTML
{{- $page := .Get 0 | default "man" }}
|
|
{{- $section := .Get 1 | default "1" }}
|
|
|
|
<a href="https://www.man7.org/linux/man-pages/man{{ $section }}/{{ $page }}.{{ $section }}.html" target="_blank" rel="noreferrer">{{ $page }}({{ $section }})</a> |