Harlan Iverson 7 år sedan
förälder
incheckning
a942ab098e
1 ändrade filer med 5 tillägg och 3 borttagningar
  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');