Minor changes
This commit is contained in:
parent
7f8b88a479
commit
2836f0ff76
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
Doksie
|
||||
=======
|
||||
My online presence
|
||||
==================
|
||||
|
||||
- Will have plain MD files
|
||||
- Git backup
|
||||
- Webhook initiated pulling
|
||||
- Multiple location backings (git-repos)
|
||||
- Mastodon: [@jt@bubbler.jakest.us](http://bubbler.jakest.us/@jt)
|
||||
- Matrix: [@jt:neo.jakest.us](https://matrix.to/#/@jt:neo.jakest.us)
|
||||
- [Git](http://git.jakest.us)
|
2
main.go
2
main.go
|
@ -84,5 +84,5 @@ func httpRootHandler(w http.ResponseWriter, r *http.Request) {
|
|||
|
||||
func buildNav() string {
|
||||
|
||||
return "<a href=\"http://google.com\">Google.com</a>"
|
||||
return "<a href=\"/\">Hoem</a>"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue