OSDN Git Service

template: move timeline-top box to .main-contents
authorhylom <hylom@users.osdn.me>
Mon, 10 Jun 2019 07:16:05 +0000 (07:16 +0000)
committerhylom <hylom@users.osdn.me>
Mon, 10 Jun 2019 07:16:05 +0000 (07:16 +0000)
src/newslash_web/templates/timeline/base.html.tt2

index 5ac032c..00a50ec 100644 (file)
@@ -1,8 +1,8 @@
 [% WRAPPER common/layout enable_sidebar=1 %]
 
 <div class="sidebar-wrapper">
-  [%- helpers.ad_code("timeline-top") %]
   <div class="index main-contents">
+    [%- helpers.ad_code("timeline-top") %]
     [%- FOREACH item IN items -%]
     [%- INCLUDE common/article/article hide_bodytext=1 %]
     [%- END -%]