Merge pull request #1390 from ether/html-head-block-eejs
add a html block eejs so you can add a cache manifest
This commit is contained in:
commit
0ccd1a30e9
|
@ -3,7 +3,10 @@
|
|||
, langs = require("ep_etherpad-lite/node/hooks/i18n").availableLangs
|
||||
%>
|
||||
<!doctype html>
|
||||
<% e.begin_block("htmlHead"); %>
|
||||
<html>
|
||||
<% e.end_block(); %>
|
||||
|
||||
<title><%=settings.title%></title>
|
||||
<script>
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue