Fix up template naming in index.html; remove space

This commit is contained in:
Archie Hilton 2024-11-03 21:47:42 +00:00
parent 27e023fb73
commit c4b85808b9
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
@ -11,6 +11,6 @@
<p>This is a paragraph.</p> <p>This is a paragraph.</p>
<p>This is another paragraph.</p> <p>This is another paragraph.</p>
</div> </div>
#{{footer}} #{{footer.template.html}}
</body> </body>
</html> </html>