Skip to content

Commit d4b476e

Browse files
committed
Merge the apple-touch-icon with the regular icon
1 parent 6944e25 commit d4b476e

4 files changed

Lines changed: 2 additions & 5 deletions

File tree

src/main/webapp/WEB-INF/pages/index.jsp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525
<link rel="alternate" hreflang="${dc:h(loc.key)}" href="${baseURL}${pageContext.request.contextPath}/${dc:h(loc.key)}/${dc:h(currentPath)}" />
2626
</c:forEach>
2727
<link rel="alternate" hreflang="x-default" href="${baseURL}${pageContext.request.contextPath}/${dc:h(currentPath)}" />
28+
<link rel="apple-touch-icon" type="image/png" href="${pageContext.request.contextPath}/apple-touch-icon.png" />
29+
<link rel="apple-touch-icon" type="image/svg+xml" href="${pageContext.request.contextPath}/static/img/icons/icon.svg" />
2830
<link rel="icon" type="image/png" sizes="192x192" href="${pageContext.request.contextPath}/static/img/icons/icon-192.png" />
2931
<link rel="icon" type="image/svg+xml" sizes="any" href="${pageContext.request.contextPath}/static/img/icons/icon.svg" />
30-
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="${pageContext.request.contextPath}/static/img/icons/apple-touch-icon.png" />
3132
<link rel="manifest" href="${pageContext.request.contextPath}/manifest.json" />
3233
<link rel="stylesheet" href="${pageContext.request.contextPath}/static/css/main.css?v=${dc:fileLastModified(pageContext, '/static/css/main.css')}" />
3334
<script defer src="${pageContext.request.contextPath}/static/js/all.min.js?v=${dc:fileLastModified(pageContext, '/static/js/all.min.js')}"></script>
1.65 KB
Loading
-1.44 KB
Binary file not shown.

src/main/webapp/static/img/icons/apple-touch-icon.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)