e1e0.net

sources for e1e0 website
git clone https://git.e1e0.net/e1e0.net.git
Log | Files | Refs

commit b6955426940ed6f137bba6fdb3f0b38ad83fed01
parent 8a12358745e329d64915425f401041d99dc8295e
Author: Paco Esteban <paco@onna.be>
Date:   Tue, 30 Jul 2019 17:50:52 +0200

add footer

Diffstat:
Msrc/_footer.html | 1+
Msrc/style.css | 4++++
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/_footer.html b/src/_footer.html @@ -1,2 +1,3 @@ +<p class="messagefooter"><em>Made with <a href="https://neovim.io/">neovim</a> and <a href="https://www.romanzolotarev.com/ssg.html">ssg</a>, and served by <a href="https://openbsd.org/">Puffy</a>.<em></p> </body> </html> diff --git a/src/style.css b/src/style.css @@ -20,6 +20,10 @@ code { background: #f0f0f0; } +.messagefooter { + font-size: 10px; +} + @media (min-width: 800px) { body { max-width: 70%;