simple header and footer change

This commit is contained in:
Alessandro Mauri 2022-10-04 12:46:28 +02:00
parent f1b6f8a687
commit b8a8c4e5e6
3 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,14 @@
<p> <p>
Author: Alessandro Mauri Author: Alessandro Mauri
<a href="mailto:alemauri001@tuta.io">alemauri001@tuta.io</a> <a href="mailto:alemauri001@tuta.io">alemauri001@tuta.io</a>
<br>
This website is statically generated using <a href="https://git.alemauri.eu/alema/rivet">rivet</a>,
my own static site generator written in POSIX compliant sh and based on
<a href="https://kristaps.bsd.lv/lowdown/">lowdown</a>.
I generate and upload everything using a makefile and rsync, to see the whole
thing in action take a look at this site's <a href="https://git.alemauri.eu/alema/alemauri.eu">repository</a>, maybe even issue
a pull request if you (for some reason) want something published here.
<br> <br>
The content of this site is licensed under the The content of this site is licensed under the
<a href="https://creativecommons.org/publicdomain/zero/1.0/"> <a href="https://creativecommons.org/publicdomain/zero/1.0/">

View File

@ -3,6 +3,8 @@
</div> </div>
<a href="//alemauri.eu/index.html">Home</a> <a href="//alemauri.eu/index.html">Home</a>
| |
<a href="//ricette.alemauri.eu/index.html">Recipies</a>
|
<a href="https://git.alemauri.eu/alema">Gitea</a> <a href="https://git.alemauri.eu/alema">Gitea</a>
| |
<a href="https://github.com/gunboy001">Github</a> <a href="https://github.com/gunboy001">Github</a>

View File

@ -11,13 +11,3 @@ If you'd like to see what I'm up to there are links to my git repositories in
the header, I advise to look at the Gitea link because it is my self-hosted the header, I advise to look at the Gitea link because it is my self-hosted
git server and my Github is in a state of abandon. git server and my Github is in a state of abandon.
For any questions my email is in the footer of every page. For any questions my email is in the footer of every page.
This website is statically generated using [rivet][rivet], my own static site
generator written in POSIX compliant sh and based on [lowdown][lowdown].
I generate and upload everything using a makefile and rsync, to see the whole
thing in action take a look at this site's [repository][repo], maybe even issue
a pull request if you (for some reason) want something published here.
[rivet]: https://git.alemauri.eu/alema/rivet
[repo]: https://git.alemauri.eu/alema/alemauri.eu
[lowdown]: https://kristaps.bsd.lv/lowdown/