diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-08-23 20:05:10 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-08-23 20:05:10 +0300 |
| commit | 8057621bb2d80be038a08387fd3262e38f37440e (patch) | |
| tree | f68c47af72c310a36349bdaab6b4249c430ee745 /_includes | |
| parent | ea060499471c26155d4b7a16a4c670dc74503f4d (diff) | |
| download | aaoth.xyz-8057621bb2d80be038a08387fd3262e38f37440e.tar.gz aaoth.xyz-8057621bb2d80be038a08387fd3262e38f37440e.zip | |
use <hr> instead of border in footer
and convert tabs to spaces :p
Diffstat (limited to '_includes')
| -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> |
