Minor changes

This commit is contained in:
Jarkko Toivanen 2024-12-28 00:39:03 +02:00
parent 7f8b88a479
commit 2836f0ff76
Signed by: jt
GPG key ID: 9151B109B73ECAD5
2 changed files with 6 additions and 7 deletions

View file

@ -1,7 +1,6 @@
Doksie My online presence
======= ==================
- Will have plain MD files - Mastodon: [@jt@bubbler.jakest.us](http://bubbler.jakest.us/@jt)
- Git backup - Matrix: [@jt:neo.jakest.us](https://matrix.to/#/@jt:neo.jakest.us)
- Webhook initiated pulling - [Git](http://git.jakest.us)
- Multiple location backings (git-repos)

View file

@ -84,5 +84,5 @@ func httpRootHandler(w http.ResponseWriter, r *http.Request) {
func buildNav() string { func buildNav() string {
return "<a href=\"http://google.com\">Google.com</a>" return "<a href=\"/\">Hoem</a>"
} }