all repos — grimoire @ a66f2ae3685c2198a9f74922dd81f6fe87da5ef7

dead simple icecast frontend

fix meta desc and add favicon
Iris Lightshard nilix@nilfm.cc
PGP Signature
-----BEGIN PGP SIGNATURE-----

iHUEABYKAB0WIQT/foVVmI9pK13hPWFohAcXSWbK8wUCZyJE6gAKCRBohAcXSWbK
8w54APsELZT25qR60srPR/qy/ajA7RQ31Ho50USNlhklMOs66AD9FTmHe43sJeGd
puT28Uv6syOOrAM0SThe0+o9IQd1MgQ=
=Biow
-----END PGP SIGNATURE-----
commit

a66f2ae3685c2198a9f74922dd81f6fe87da5ef7

parent

cf3715068c81e9a3a8b6ebd4a6a3dc298f819011

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

jump to
M templates/radio.htmltemplates/radio.html

@@ -6,9 +6,10 @@ <!DOCTYPE html>

<html lang='en'> <head> <meta charset='utf-8'> - <meta name='description' content='oops'/> + <meta name='description' content='internet radio'/> <meta name='viewport' content='width=device-width,initial-scale=1'> <link rel='stylesheet' type='text/css' href='/static/style.css'> + <link rel='shortcut icon' href='/static/favicon.png'> <title>{{ $title }}</title> </head> <body>