all repos — site @ 52ccac9c981ef6085441f473f35d547bc24eba3a

source for my site, found at icyphox.sh

fix: make footer smaller
Anirudh icyph0x@pm.me
Thu, 21 Jun 2018 15:18:25 +0530
commit

52ccac9c981ef6085441f473f35d547bc24eba3a

parent

6b1d5bc190e577fcb4bb42782c12841c5ff71d50

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M config.pyconfig.py

@@ -3,6 +3,6 @@

title = 'icyphox' author = '' header = '<a href="/">home</a> <a href="/gpg.txt">gpg</a> <a href="/about">about</a> <a href="/contact">contact</a>' -footer = '<p align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>.</p>' +footer = '<small align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>.</small>' template = 'index.html' # default is index.html