Hi! Thanks for making this!
I'm not entirely sure but I have this config in my mdbook:
[preprocessor.gitinfo]
enable = true
header = true
font-size = "0.8em"
align.footer = "right"
timezone = "source"
date-format = "%d %B %Y"
time-format = "@ %H:%M"
hyperlink = true
message.header = "Last Updated: <em>{{date}} CE(S)T</em>"
message.footer = "Commit: {{hash}}"
margin.footer = ["10rem", "0", "0", "0"]
Everything is looking fine but the link for the hash in the footer starts with ssh:// instead of https://. I suspect this is because my remote also uses SSH. Any chance of fixing this maybe?
Hi! Thanks for making this!
I'm not entirely sure but I have this config in my mdbook:
Everything is looking fine but the link for the
hashin the footer starts withssh://instead ofhttps://. I suspect this is because my remote also uses SSH. Any chance of fixing this maybe?