|
|
@@ -58,8 +58,9 @@
|
|
|
</ul>
|
|
|
<ul class="sns">
|
|
|
<li th:if="${(isApp == null || isApp == 'false' || isApp == '')}"><a href="https://www.instagram.com/style24.official" target="_blank" title="새창 열림" class="insta">Instagram</a></li>
|
|
|
- <li th:if="${isApp != null && isApp == 'true'}"><a href="https://www.instagram.com/style24.official" target="_blank" title="새창 열림" class="insta">Instagram</a></li>
|
|
|
- <li><a href="https://www.facebook.com/istyle24" target="_blank" title="새창 열림" class="facebook">facebook</a></li>
|
|
|
+ <li th:if="${isApp != null && isApp == 'true'}"><a href="public://?link=https://www.instagram.com/style24.official" target="_blank" title="새창 열림" class="insta">Instagram</a></li>
|
|
|
+ <li th:if="${(isApp == null || isApp == 'false' || isApp == '')}"><a href="https://www.facebook.com/style24.official" target="_blank" title="새창 열림" class="facebook">facebook</a></li>
|
|
|
+ <li th:if="${isApp != null && isApp == 'true'}"><a href="public://?link=https://www.facebook.com/style24.official" target="_blank" title="새창 열림" class="facebook">facebook</a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</section>
|