mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2025-06-05 21:59:23 +02:00
Generate a basic favicon dynamically
This commit is contained in:
BIN
docs/static/favicon.ico
vendored
Normal file
BIN
docs/static/favicon.ico
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 326 B |
3
docs/templates/layout.html
vendored
3
docs/templates/layout.html
vendored
@ -74,7 +74,8 @@ footer {
|
||||
color: #555;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="static/codehilite.css" type="text/css" />
|
||||
<link rel="stylesheet" href="/static/codehilite.css" type="text/css" />
|
||||
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<div id="main">
|
||||
|
Reference in New Issue
Block a user