diff --git a/docs/index.md b/docs/index.md index f7adef3..695ea4b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,4 +11,10 @@ We have many things. Yes. - :simple-forgejo: [git.jakest.us](http://git.jakest.us) - :simple-matrix: [@jt:neo.jakest.us](https://matrix.to/#/@jt:neo.jakest.us) -- :simple-mastodon: [@jt@bubbler.jakest.us](http://bubbler.jakest.us/@jt) \ No newline at end of file +- :simple-mastodon: [@jt@bubbler.jakest.us](http://bubbler.jakest.us/@jt) + +Source code of this web site is available at +[:simple-git: my git](https://git.jakest.us/jt/saitti) . +If you find an error, please feel free to contact me at my socials +or drop a PR (if I ever open registration or you are one of the +special people...) diff --git a/mkdocs.yml b/mkdocs.yml index 065191f..71180be 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -16,16 +16,19 @@ theme: accent: amber extra: - social: - - icon: simple/mastodon - link: https://bubbler.jakest.us/@jt - name: Follow me on Mastodon - - icon: simple/matrix - link: https://matrix.to/#/@jt:neo.jakest.us - name: Chat with me on Matrix - - icon: simple/forgejo - link: https://git.jakest.us - name: My codings on git + social: + - icon: simple/mastodon + link: https://bubbler.jakest.us/@jt + name: Follow me on Mastodon + - icon: simple/matrix + link: https://matrix.to/#/@jt:neo.jakest.us + name: Chat with me on Matrix + - icon: simple/forgejo + link: https://git.jakest.us + name: My codings on git + - icon: simple/git + link: https://git.jakest.us/jt/saitti + name: Website source code extra_css: - extra.css markdown_extensions: