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-25 19:34:03 +0300
committertosi29 <tosi16@gmail.com>2019-05-25 19:34:03 +0300
commitff0512e5d8d7903bc70f269ffb2f87a9a0e201ab (patch)
treedad960210f37c44743c7bebdb4fe4cc5bfd4a449
parentb544c570a729013b1fc86d1bed99acf092b92dc4 (diff)
Create ad spaces
-rw-r--r--layouts/_default/single.html1
-rw-r--r--layouts/partials/ad_double_rectangle.html9
-rw-r--r--layouts/partials/ad_header_banner.html3
-rw-r--r--layouts/partials/header.html4
4 files changed, 14 insertions, 3 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 61d48da..29842b8 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -38,6 +38,7 @@
</span>
{{ end }}
</footer>
+ {{ partial "ad_double_rectangle.html" . }}
{{ partial "relatedposts.html" . }}
</article>
diff --git a/layouts/partials/ad_double_rectangle.html b/layouts/partials/ad_double_rectangle.html
new file mode 100644
index 0000000..0a4125c
--- /dev/null
+++ b/layouts/partials/ad_double_rectangle.html
@@ -0,0 +1,9 @@
+
+<table cellspacing="15" style="width:100%; border: none;">
+ <tr>
+ <td style="text-align: center; border: none;">
+ </td>
+ <td style="text-align: center; border: none;">
+ </td>
+ </tr>
+</table>
diff --git a/layouts/partials/ad_header_banner.html b/layouts/partials/ad_header_banner.html
new file mode 100644
index 0000000..c98b6e3
--- /dev/null
+++ b/layouts/partials/ad_header_banner.html
@@ -0,0 +1,3 @@
+<div style="width: 100%; max-height: 100px; text-align: center;">
+
+</div> \ No newline at end of file
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 2b55328..d84e7ca 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -29,9 +29,7 @@
</header>
<br>
- <div style="width: 100%; max-height: 100px; text-align: center;">
-
- </div>
+ {{ partial "ad_header_banner.html" . }}
<div class="breadcrumbs">