From 8d4428b4eb15a5b7185cc644fb6d434dcc84fcbf Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 25 Sep 2022 20:34:43 -0400 Subject: Update page layouts --- templates/blog/home.html | 100 +++++++++++++++++++++--------------- templates/blog/post.html | 2 +- templates/blog_admin/edit_post.html | 2 +- 3 files changed, 60 insertions(+), 44 deletions(-) diff --git a/templates/blog/home.html b/templates/blog/home.html index a57b7fc2..4bb64acf 100644 --- a/templates/blog/home.html +++ b/templates/blog/home.html @@ -1,7 +1,9 @@ {% extends 'blog/partials/base.html' %} {% block content %}
- {% comment %}

That Computer Scientist

{% 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 @@ -21,46 +23,60 @@ articles or edit existing ones.

- {% if recent_posts %} -

Recent Posts

-
-
{% endblock %} diff --git a/templates/blog/post.html b/templates/blog/post.html index a1b669cb..cb4528b7 100644 --- a/templates/blog/post.html +++ b/templates/blog/post.html @@ -62,7 +62,7 @@ {% endif %} - + + -- cgit v1.2.3