이런 키워드는 어때요? rel="nosublink" 추가
@5a454d7063a290be02a318b7a0f2278dba3eba89
--- src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
+++ src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
... | ... | @@ -1479,7 +1479,7 @@ |
| 1479 | 1479 |
<p class="tit_text">이런 키워드는 어때요?</p> |
| 1480 | 1480 |
<ul class="link_box"> |
| 1481 | 1481 |
<c:forEach var="item" items="${mainMsgTagList}" varStatus="status">
|
| 1482 |
- <li><a href="${item.url}">${item.tagNm}</a></li>
|
|
| 1482 |
+ <li><a href="${item.url}" rel="nosublink">${item.tagNm}</a></li>
|
|
| 1483 | 1483 |
</c:forEach> |
| 1484 | 1484 |
</ul> |
| 1485 | 1485 |
</div> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?