Impl complete testing needed
This commit is contained in:
@@ -71,6 +71,10 @@ func (p Path) MultiLink() string {
|
||||
return full
|
||||
}
|
||||
|
||||
func (p Path) FullLI() string {
|
||||
return fmt.Sprintf(`<li><a href=%q>%s</a></li>`, p.HREF, p.HREF)
|
||||
}
|
||||
|
||||
func (p Path) LI() string {
|
||||
return fmt.Sprintf(`<li><a href=%q>%s</a></li>`, p.HREF, p.Base)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user