add a html block eejs so you can add a cache manifest
parent
557b5c1ad0
commit
9129c6970a
|
@ -3,7 +3,10 @@
|
||||||
, langs = require("ep_etherpad-lite/node/hooks/i18n").availableLangs
|
, langs = require("ep_etherpad-lite/node/hooks/i18n").availableLangs
|
||||||
%>
|
%>
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
<% e.begin_block("htmlHead"); %>
|
||||||
<html>
|
<html>
|
||||||
|
<% e.end_block(); %>
|
||||||
|
|
||||||
<title><%=settings.title%></title>
|
<title><%=settings.title%></title>
|
||||||
<script>
|
<script>
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue