Index: base3.10/src/main/webapp/WEB-INF/tiles/layouts/defaultSubLayout.jsp
===================================================================
--- base3.10/src/main/webapp/WEB-INF/tiles/layouts/defaultSubLayout.jsp (revision 64)
+++ base3.10/src/main/webapp/WEB-INF/tiles/layouts/defaultSubLayout.jsp (revision 65)
@@ -11,13 +11,19 @@
<title><c:out value="${thisMenuInfo.progrUrlNm }" escapeXml="false"/> - ${systemVO.sysNm }</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <title>${systemVO.sysNm }</title>
+ <meta name="viewport" content="width=device-width, user-scalable=no" />
+
<meta property="og:type" content="website">
<meta property="og:title" content="크로스로드">
<meta property="og:url" content="http://crossroads.apctp.org/">
<meta property="og:description" content="크로스로드 웹진">
- <meta property="og:image" content="/img/logo.jpg">
- <meta name="viewport" content="width=device-width, user-scalable=no" />
+ <meta property="og:image" content="http://iknit.co.kr:18082/images/user/main_bg.jpg">
+
+ <meta name="twitter:card" content="summary">
+ <meta name="twitter:url" content="http://crossroads.apctp.org/">
+ <meta name="twitter:title" content="크로스로드">
+ <meta name="twitter:description" content="크로스로드 웹진">
+ <meta name="twitter:image" content="http://iknit.co.kr:18082/images/user/main_bg.jpg">
<link rel="icon" href="<c:url value='/images/user/favicon.ico'/>" type="image/x-icon" />
<tiles:insertAttribute name="header" />
</head>
Index: base3.10/src/main/webapp/WEB-INF/tiles/layouts/defaultLayout.jsp
===================================================================
--- base3.10/src/main/webapp/WEB-INF/tiles/layouts/defaultLayout.jsp (revision 64)
+++ base3.10/src/main/webapp/WEB-INF/tiles/layouts/defaultLayout.jsp (revision 65)
@@ -15,7 +15,13 @@
<meta property="og:url" content="http://crossroads.apctp.org/">
<meta property="og:description" content="크로스로드 웹진">
<meta property="og:image" content="http://iknit.co.kr:18082/images/user/main_bg.jpg">
-
+
+ <meta name="twitter:card" content="summary">
+ <meta name="twitter:url" content="http://crossroads.apctp.org/">
+ <meta name="twitter:title" content="크로스로드">
+ <meta name="twitter:description" content="크로스로드 웹진">
+ <meta name="twitter:image" content="http://iknit.co.kr:18082/images/user/main_bg.jpg">
+
<link rel="icon" href="<c:url value='/images/user/favicon.ico'/>" type="image/x-icon" />
<tiles:insertAttribute name="header" />
</head>
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?