mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
add a html block eejs so you can add a cache manifest
This commit is contained in:
parent
557b5c1ad0
commit
9129c6970a
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue