Ver Fonte

adjust statcounter position

Vien há 6 anos atrás
pai
commit
4179dbf994
1 ficheiros alterados com 7 adições e 5 exclusões
  1. 7 5
      resources/views/home/layouts/app.blade.php

+ 7 - 5
resources/views/home/layouts/app.blade.php

@@ -44,6 +44,13 @@
 <body>
 
 @yield('content')
+
+@section('counter')
+    @if(env('APP_DEBUG') == false and config('vienblog.counter') == true)
+        @include('counters.counter')
+    @endif
+@show
+
 </body>
 @section('js')
     <!-- Scripts -->
@@ -61,11 +68,6 @@
 @show
 @section('js_ext')
 @show
-@section('counter')
-    @if(env('APP_DEBUG') == false and config('vienblog.counter') == true)
-        @include('counters.counter')
-    @endif
-@show
 @if(env('APP_DEBUG') == false and config('vienblog.baidu.auto_push') == true)
     <script>
         (function () {