Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/tosi29/inkblotty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortosi29 <tosi16@gmail.com>2019-05-26 17:06:14 +0300
committertosi29 <tosi16@gmail.com>2019-05-26 17:06:14 +0300
commit48ee7d780932d633407189fec3995f034fb229a9 (patch)
treec713f8d96acc557b5cb700f27f1a690eeae9a29e
parent9312782439b8ba4b09d640f1ab5d3fbf3251c2cd (diff)
Fix position of ad space
-rw-r--r--layouts/_default/list.html2
-rw-r--r--layouts/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 87e79dc..397f561 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -39,9 +39,9 @@
<a href="{{ .URL }}" aria-label="Last"><span aria-hidden="true">&raquo;</span></a>
{{ end }}
</ul>
-{{ partial "ad_double_rectangle.html" . }}
</div>
{{ end }}
+{{ partial "ad_double_rectangle.html" . }}
</main>
{{ end }} \ No newline at end of file
diff --git a/layouts/index.html b/layouts/index.html
index bc181ea..04053ca 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -40,9 +40,9 @@
<a href="{{ .URL }}" aria-label="Last"><span aria-hidden="true">&raquo;</span></a>
{{ end }}
</ul>
-{{ partial "ad_double_rectangle.html" . }}
</div>
{{ end }}
+{{ partial "ad_double_rectangle.html" . }}
</main>
{{ end }} \ No newline at end of file