Skip to content

Commit

Permalink
Merge pull request #782 from support-project/fix/favicon
Browse files Browse the repository at this point in the history
Fix favicon path
  • Loading branch information
koda-masaru authored Jul 4, 2017
2 parents 6b3e81a + 1c69d0e commit cbd111e
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 cbd111e

Please sign in to comment.