We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdca65b commit 8e1a4d4Copy full SHA for 8e1a4d4
src/main/webapp/WEB-INF/views/category/info.html
@@ -12,7 +12,9 @@
12
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" th:href="${BOOTSTRAP_CSS}" />
13
<link rel="stylesheet" href="https://cdn.rawgit.com/usrz/bootstrap-languages/3ac2a3d2b27ac43a471cd99e79d378a03b2c6b5f/languages.min.css" th:href="${BOOTSTRAP_LANGUAGE}" />
14
<link rel="stylesheet" href="../../static/styles/main.css" th:href="${MAIN_CSS}" />
15
- <link rel="canonical" href="" th:href="@{${PUBLIC_URL} + ${INFO_CATEGORY_PAGE}(id=${categoryId},slug=${categorySlug})}" />
+ <!--/*/
16
+ <link rel="canonical" th:href="@{${PUBLIC_URL} + ${INFO_CATEGORY_PAGE}(id=${categoryId},slug=${categorySlug})}" />
17
+ /*/-->
18
</head>
19
<body>
20
<div class="container-fluid">
0 commit comments