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:
-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