소스 검색

bump version

Harlan Iverson 7 년 전
부모
커밋
a942ab098e
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      app/resources/templates/themes/ispooge/html/fresh.html

+ 5 - 3
app/resources/templates/themes/ispooge/html/fresh.html

@@ -14,6 +14,11 @@
         <h2>{{page.title}}</h2>
     </div>
 
+
+    {% if page.toc %}{{page.toc|safe}}{% endif %}
+    {{page.content|safe}}
+
+
     {% if page.video-yt-id %}
       <div id="whats-ispooge-live-video-yt" style="">
         
@@ -40,9 +45,6 @@
       </div>
     {% endif %}
 
-    {% if page.toc %}{{page.toc|safe}}{% endif %}
-    {{page.content|safe}}
-
 
 <script>
   var el = document.getElementById('whats_ispooge_live_video');