mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56: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
|
@ -32,7 +32,7 @@
|
|||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="shortcut icon" href="<%=settings.favicon%>">
|
||||
|
||||
<% e.begin_block("styles"); %>
|
||||
<link href="../static/css/pad.css" rel="stylesheet">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue