Fix up template naming in index.html; remove space
This commit is contained in:
parent
27e023fb73
commit
c4b85808b9
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
|
@ -11,6 +11,6 @@
|
|||
<p>This is a paragraph.</p>
|
||||
<p>This is another paragraph.</p>
|
||||
</div>
|
||||
#{{footer}}
|
||||
#{{footer.template.html}}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue