From 6bc99e62b4ff7a17caddbe8c077ed2a5d4f18c92 Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Mon, 26 May 2025 11:38:27 -0400 Subject: added personal advertisement and style --- zola-static/templates/advertisement.html | 2 ++ zola-static/templates/blog-page.html | 1 + zola-static/templates/index.html | 46 +++++++++++++++++++------------- 3 files changed, 30 insertions(+), 19 deletions(-) create mode 100644 zola-static/templates/advertisement.html (limited to 'zola-static/templates') diff --git a/zola-static/templates/advertisement.html b/zola-static/templates/advertisement.html new file mode 100644 index 0000000..ec768ca --- /dev/null +++ b/zola-static/templates/advertisement.html @@ -0,0 +1,2 @@ +
+

If you liked this article, check out my homepage.

diff --git a/zola-static/templates/blog-page.html b/zola-static/templates/blog-page.html index ed1afeb..8b99055 100644 --- a/zola-static/templates/blog-page.html +++ b/zola-static/templates/blog-page.html @@ -18,4 +18,5 @@ {% block content %} {{ page.content | safe }} +{% include "advertisement.html" %} {% endblock content %} diff --git a/zola-static/templates/index.html b/zola-static/templates/index.html index 2dbb894..9cfef7f 100644 --- a/zola-static/templates/index.html +++ b/zola-static/templates/index.html @@ -1,25 +1,33 @@ {% extends "base.html" %} {% block content %} -

All about

- -

Articles

- -

Projects

- -

Links

- +
+

All about

+ +
+
+

Articles

+ +
+
+

Projects

+ +
+
+

Links

+ +

{% endblock content %} -- cgit v1.2.3