Commit 5229416f by Harsh Shah

Just realised it needs to be inside <head/>

parent 819de45a
......@@ -9,8 +9,5 @@
%>
</div>
</div>
<%@ include file="/hotjar.jsp" %>
<%@ include file="/heapAnalysis.jsp" %>
</body>
</html>
......@@ -6,6 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1"></meta>
<title>Talentology</title>
<%@include file="/inc/std_imports.jsp" %>
<%@include file="/hotjar.jsp" %>
<%@include file="/heapAnalysis.jsp" %>
</head>
<body>
......
......@@ -15,7 +15,5 @@
</ul>
</div>
</footer>
<%@ include file="/hotjar.jsp" %>
<%@ include file="/heapAnalysis.jsp" %>
</body>
</html>
......@@ -23,6 +23,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"></meta>
<meta name="viewport" content="width=device-width, initial-scale=1"></meta>
<title><%= job != null ? job.getPageTitle() : "Talentology" %></title>
<%@include file="/hotjar.jsp" %>
<%@include file="/heapAnalysis.jsp" %>
</head>
<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