Skip to content

Commit

Permalink
Fix favicon path
Browse files Browse the repository at this point in the history
  • Loading branch information
koda-masaru committed Jul 4, 2017
1 parent 6b3e81a commit 1c69d0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<meta property="og:url" content="https://support-project.org/knowledge/index" />
<meta property="og:site_name" content="Knowledge"/>

<link rel="icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="icon" href="<%= request.getContextPath() %>/favicon.ico" type="image/vnd.microsoft.icon" />

<% if (StringUtils.isNotEmpty(jspUtil.out("thema"))) { %>
<link rel="stylesheet" href="<%= request.getContextPath() %>/bower/bootswatch/<%= jspUtil.out("thema") %>/bootstrap.min.css" />
Expand Down

0 comments on commit 1c69d0e

Please sign in to comment.