trunk
vilmibm 2022-05-28 01:06:06 +01:00
parent 74a9e407dd
commit 5b6c1d3beb
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ func _main(o opts) error {
}
footer += fmt.Sprintf("%s[%d]: %s %s\n", linkType, ix, title, link)
case "gemini":
break
output = strings.ReplaceAll(output, rawLink, fmt.Sprintf("%s[%d]", title, ix))
footer += fmt.Sprintf("=> %s [%d]: %s\n", link, ix, title)
}
}