navigation.go 73 B

123456
  1. package staticmd
  2. type navigation struct {
  3. Link string
  4. Title string
  5. }