verso2

A simple web framework.
git clone git://git.chappelle.dev/verso2.git
Log | Files | Refs | README | LICENSE

commit 38fe1891514257486798cf923851980a4626d55a
parent 3bedad4a6c62a8bb19158638f01295ffc1ecaa6b
Author: Nathaniel Chappelle <nathaniel@chappelle.dev>
Date:   Wed,  4 Feb 2026 19:24:07 -0800

Add favicon

Diffstat:
Acontent/assets/favicon.png | 0
Mtemplates/header.html | 1+
2 files changed, 1 insertion(+), 0 deletions(-)

diff --git a/content/assets/favicon.png b/content/assets/favicon.png Binary files differ. diff --git a/templates/header.html b/templates/header.html @@ -6,6 +6,7 @@ <meta name="author" content="{{AUTHOR}}"> <meta name="description" content="{{SITE_DESCRIPTION}}"> <title>{{TITLE}} - {{SITE_TITLE}}</title> + <link rel="icon" type="image/png" href="/assets/favicon.png"> <link rel="stylesheet" href="/assets/style.css"> <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/blog/feed.xml"> </head>