Vinay Jose commited on
Commit
0bd561e
·
unverified ·
1 Parent(s): 2fc2722

Update layout.html to add hx-boost

Browse files
Files changed (1) hide show
  1. templates/layout.html +2 -2
templates/layout.html CHANGED
@@ -1,10 +1,10 @@
1
  <!doctype html>
2
  <html lang="">
3
  <head>
4
- <script src='/js/htmx.min.js'></script>
5
  <title>Contact App</title>
6
  </head>
7
- <body>
8
  <main>
9
  <header>
10
  <h1>Contacts.app</h1>
 
1
  <!doctype html>
2
  <html lang="">
3
  <head>
4
+ <script src="/js/htmx.min.js"></script>
5
  <title>Contact App</title>
6
  </head>
7
+ <body hx-boost="true">
8
  <main>
9
  <header>
10
  <h1>Contacts.app</h1>