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 04:38:26 +0300
committertosi29 <tosi16@gmail.com>2019-05-26 04:38:26 +0300
commit971cea687576f3d10ca1f0137c9861e6c1d541ff (patch)
tree47931e4404415f89425b5ce135f61107668c12e6
parentff0512e5d8d7903bc70f269ffb2f87a9a0e201ab (diff)
Add ad spaces in index and list
-rw-r--r--layouts/_default/list.html1
-rw-r--r--layouts/index.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 0cdabd9..87e79dc 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -39,6 +39,7 @@
<a href="{{ .URL }}" aria-label="Last"><span aria-hidden="true">&raquo;</span></a>
{{ end }}
</ul>
+{{ partial "ad_double_rectangle.html" . }}
</div>
{{ end }}
</main>
diff --git a/layouts/index.html b/layouts/index.html
index 0cdabd9..87e79dc 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -39,6 +39,7 @@
<a href="{{ .URL }}" aria-label="Last"><span aria-hidden="true">&raquo;</span></a>
{{ end }}
</ul>
+{{ partial "ad_double_rectangle.html" . }}
</div>
{{ end }}
</main>