mirror of
				https://github.com/osmarks/mycorrhiza.git
				synced 2025-10-30 23:23:04 +00:00 
			
		
		
		
	Fix extra navigation links appearing
This commit is contained in:
		| @@ -59,5 +59,8 @@ func RandomString(n int) (string, error) { | ||||
|  | ||||
| // Strip hypha name from all ancestor names, replace _ with spaces, title case | ||||
| func BeautifulName(uglyName string) string { | ||||
| 	if uglyName == "" { | ||||
| 		return uglyName | ||||
| 	} | ||||
| 	return strings.Title(strings.ReplaceAll(path.Base(uglyName), "_", " ")) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bouncepaw
					bouncepaw