blob: a7d98621b315de77514a5201d76e00ee7b89a3e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
---
title: "{{ replace .Name "-" " " | title }}"
authors:
- author: "{{ replace .author "-" " " | author }}"
email: "{{ replace .email "-" " " | email }}"
releaseinfo: "$FreeBSD$"
trademarks: ["freebsd", "general"]
---
|