figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit c29365fcd29c4a37ce4d56b711e967dfe1da318c
parent 5d5b73b12b492af165a736dd6e9f30913d53739b
Author: FIGBERT <figbert@figbert.com>
Date:   Sun, 16 Aug 2020 22:46:29 -0700

:bento: Add fig favicon

Diffstat:
Astatic/icon.png | 0
Mtemplates/base.html | 10+---------
2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/static/icon.png b/static/icon.png Binary files differ. diff --git a/templates/base.html b/templates/base.html @@ -9,15 +9,7 @@ /> <meta name="theme-color" content="#4169e1"/> - <link rel="icon" href="{{ resize_image(path=config.extra.profile_small, width=48, height=48, op="fill") }}" /> - <link rel="apple-touch-icon" sizes="48x48" href="{{ resize_image(path=config.extra.profile_small, width=48, height=48, op="fill") }}" /> - <link rel="apple-touch-icon" sizes="72x72" href="{{ resize_image(path=config.extra.profile_small, width=72, height=72, op="fill") }}" /> - <link rel="apple-touch-icon" sizes="96x96" href="{{ resize_image(path=config.extra.profile_small, width=96, height=96, op="fill") }}" /> - <link rel="apple-touch-icon" sizes="144x144" href="{{ resize_image(path=config.extra.profile_small, width=144, height=144, op="fill") }}" /> - <link rel="apple-touch-icon" sizes="192x192" href="{{ resize_image(path=config.extra.profile_small, width=192, height=192, op="fill") }}" /> - <link rel="apple-touch-icon" sizes="256x256" href="{{ resize_image(path=config.extra.profile_small, width=256, height=256, op="fill") }}" /> - <link rel="apple-touch-icon" sizes="384x384" href="{{ resize_image(path=config.extra.profile_small, width=384, height=384, op="fill") }}" /> - <link rel="apple-touch-icon" sizes="512x512" href="{{ resize_image(path=config.extra.profile_small, width=512, height=512, op="fill") }}" /> + <link rel="icon" href="/icon.png"/> <meta property="og:type" content="website">