From c8f400fa8f6ff653aba4ea45d446b62ed5e0b5aa Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 13 Nov 2022 04:29:49 -0500 Subject: positional updates --- static/images/gifs/construction.gif | Bin 0 -> 33461 bytes templates/blog/home.html | 40 +++++++---------------------------- templates/blog/partials/sidebar.html | 20 ++++++++++++++++++ 3 files changed, 28 insertions(+), 32 deletions(-) create mode 100644 static/images/gifs/construction.gif diff --git a/static/images/gifs/construction.gif b/static/images/gifs/construction.gif new file mode 100644 index 00000000..2115effb Binary files /dev/null and b/static/images/gifs/construction.gif differ diff --git a/templates/blog/home.html b/templates/blog/home.html index 1e94f56c..5d78158a 100644 --- a/templates/blog/home.html +++ b/templates/blog/home.html @@ -1,15 +1,7 @@ {% extends 'blog/partials/base.html' %} {% block content %} {% load static %}
-
- - {% comment %} {% endcomment %} -
-
- {% comment %} -

That Computer Scientist

- {% endcomment %}

Welcome to the home of That Computer Scientist. This is my personal website where I share all of my thoughts, ideas, and experiences. To know @@ -57,10 +49,17 @@
{% endif %} +

+ +
+
+ {% load ad %} +
+ Ad +
{% if recent_posts %}

Recent Posts


- {% load ad %}
    {% for post in recent_posts %}
  • @@ -84,9 +83,6 @@ >

  • -
    - Ad -
    {% endfor %}
{% endif %} -
-

Archives

-
- -
-

Categories

-
-
{% endblock %} diff --git a/templates/blog/partials/sidebar.html b/templates/blog/partials/sidebar.html index d1965b47..09b32f1f 100644 --- a/templates/blog/partials/sidebar.html +++ b/templates/blog/partials/sidebar.html @@ -55,6 +55,26 @@ {% load ad %} Advertisement
+
+

Archives

+
+ +

Categories

+
+ +
{% if user.is_staff %}
Admin -- cgit v1.2.3