diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-10-15 22:17:06 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-10-15 22:33:14 +0300 |
| commit | b2e7ceea44c1e697ddd419e4f77d5e1a283aa08c (patch) | |
| tree | cf36c408d07fdebe528f888593455a818d2b148b | |
| parent | 315fe7c8b0134e90a2ee235100ea5803514709e0 (diff) | |
| download | aaoth.xyz-b2e7ceea44c1e697ddd419e4f77d5e1a283aa08c.tar.gz aaoth.xyz-b2e7ceea44c1e697ddd419e4f77d5e1a283aa08c.zip | |
update link to git.aaoth.xyz
i dunno why it points by default not on about page, so i fixed it.
| -rw-r--r-- | _includes/footer.html | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index 01fa2b0..6c08b07 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,4 +1,13 @@ <footer> - <p>this work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/4.0/">creative commons attribution-sharealike 4.0 international license</a></p> - <p><a rel="site source" href="https://git.aaoth.xyz/aaoth.xyz.git">site source</a></p> + <p> + this work is licensed under a + <a href="http://creativecommons.org/licenses/by-sa/4.0/"> + creative commons attribution-sharealike 4.0 international license + </a> + </p> + <p> + <a rel="site source" href="https://git.aaoth.xyz/aaoth.xyz.git/about"> + site source + </a> + </p> </footer> |
