Commit 5229416f by Harsh Shah

Just realised it needs to be inside <head/>

parent 819de45a
...@@ -9,8 +9,5 @@ ...@@ -9,8 +9,5 @@
%> %>
</div> </div>
</div> </div>
<%@ include file="/hotjar.jsp" %>
<%@ include file="/heapAnalysis.jsp" %>
</body> </body>
</html> </html>
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1"></meta> <meta name="viewport" content="width=device-width, initial-scale=1"></meta>
<title>Talentology</title> <title>Talentology</title>
<%@include file="/inc/std_imports.jsp" %> <%@include file="/inc/std_imports.jsp" %>
<%@include file="/hotjar.jsp" %>
<%@include file="/heapAnalysis.jsp" %>
</head> </head>
<body> <body>
......
...@@ -15,7 +15,5 @@ ...@@ -15,7 +15,5 @@
</ul> </ul>
</div> </div>
</footer> </footer>
<%@ include file="/hotjar.jsp" %>
<%@ include file="/heapAnalysis.jsp" %>
</body> </body>
</html> </html>
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"></meta> <meta http-equiv="X-UA-Compatible" content="IE=edge"></meta>
<meta name="viewport" content="width=device-width, initial-scale=1"></meta> <meta name="viewport" content="width=device-width, initial-scale=1"></meta>
<title><%= job != null ? job.getPageTitle() : "Talentology" %></title> <title><%= job != null ? job.getPageTitle() : "Talentology" %></title>
<%@include file="/hotjar.jsp" %>
<%@include file="/heapAnalysis.jsp" %>
</head> </head>
<body> <body>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment