Generate a basic favicon dynamically
This commit is contained in:
parent
edae9a6b62
commit
d88a1ad5ba
6 changed files with 29 additions and 1 deletions
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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue