mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-08 03:02:03 +01:00
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
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