Skip to content

Commit 4558053

Browse files
committed
배너 출력 조건 추가
1 parent faeedeb commit 4558053

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

themes/vue/layout/layout.ejs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,10 @@
9494
<a class="menu-button"></a>
9595
<a class="logo" href="/"></a>
9696
</div>
97-
<%- partial('partials/v3-banner') %>
97+
<% if (isIndex) { %>
98+
<%- partial('partials/v3-banner') %>
99+
<% } %>
100+
98101
<%- partial('partials/header') %>
99102
<% if (!isIndex) { %>
100103
<div id="main" class="fix-sidebar">

0 commit comments

Comments
 (0)