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
|
- 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)
|
|
2
main.go
2
main.go
|
@ -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>"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue