fix: make footer smaller
Anirudh icyph0x@pm.me
Thu, 21 Jun 2018 15:18:25 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
config.py
→
config.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