forked from leftypol/leftypol
Option to add custom favicon
This commit is contained in:
parent
8ee00d344a
commit
cbd9fa8f17
4 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" media="screen" href="{config[url_stylesheet]}"/>
|
||||
{config[url_favicon]?<link rel="shortcut icon" href="{config[url_favicon]}" />}
|
||||
<title>{board[url]} - {board[name]}</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue