Skip to content

Commit

Permalink
Add canonical url to search page (index)
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Sep 9, 2024
1 parent 39673e0 commit 1a27eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grails-app/views/search/list.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta name="layout" content="${grailsApplication.config.getProperty('skin.layout')}"/>
<link rel="canonical" href="${grailsApplication.config.getProperty('grails.serverURL')}" />
<title><g:message code="list.title.images" /></title>
<asset:stylesheet src="application.css" />
<asset:stylesheet src="search.css" />
Expand Down

0 comments on commit 1a27eeb

Please sign in to comment.