mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 02:46:15 -04:00
fix #377: add favicon url as optional settings.json parameter
This commit is contained in:
parent
0fa25264bc
commit
c92b5283fd
6 changed files with 14 additions and 5 deletions
|
@ -30,7 +30,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<link rel="shortcut icon" href="../../favicon.ico">
|
||||
<link rel="shortcut icon" href="<%=settings.favicon%>">
|
||||
<link rel="stylesheet" href="../../static/css/pad.css">
|
||||
<link rel="stylesheet" href="../../static/css/timeslider.css">
|
||||
<link rel="stylesheet" href="../../static/custom/timeslider.css">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue