|
@@ -1,6 +1,6 @@
|
|
|
{{$userId :=(session "userId")}}
|
|
|
{{$noLogin :=(or (Eq $userId "") (Eq $userId nil))}}
|
|
|
-{{if not $noLogin}}
|
|
|
+{{if and (not $noLogin) (not (Eq .Request.URL "/"))}}
|
|
|
<link rel="stylesheet" href='{{Msg "seo" "cdn"}}/public-pc/css/pc-header-nav-second.css?v={{Msg "seo" "version"}}' />
|
|
|
<section id="pc-header-nav-second" class="pc-header-nav-second">
|
|
|
<div class="pc-header-nav-second-head">
|