diff options
Diffstat (limited to '_includes/footer.html')
| -rw-r--r-- | _includes/footer.html | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index d3e9dc5..e83385f 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,18 +1,19 @@ <footer> - <p> - licensed under - <a href="http://creativecommons.org/licenses/by-sa/4.0/"> + <hr> + <p> + licensed under + <a href="http://creativecommons.org/licenses/by-sa/4.0/"> cc-by-sa-4.0 - </a> - </p> - <p> + </a> + </p> + <p> <p>gpg key: <a href="/pgp.asc"> 405C2C163EF6A2C9 </a> </p> - <a rel="site source" href="https://git.aaoth.xyz/aaoth.xyz.git/about"> - site source - </a> - </p> + <a rel="site source" href="https://git.aaoth.xyz/aaoth.xyz.git/about"> + site source + </a> + </p> </footer> |
