While here, implement a template for cgit links called 'commit' for lack of a better term. This fixes the only build issue with this patch, and has been tested in Firefox with the run target as well.
1 line
82 B
HTML
1 line
82 B
HTML
<a href="https://cgit.freebsd.org/src/commit/?id={{ .Get 0 }}">[{{ .Get 0 }}]</a>
|