From 5041f4c221f366adb4b3dc971f92d4710beadf8a Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Mon, 27 Jan 2020 03:46:10 +0530 Subject: [PATCH] [SSG] Move common parts from archives, index to base.html --- archives.html | 58 ++++++------------------------------------- base.html | 48 ++++++++++++++++++++++++++++++++++++ index.html | 68 ++++++++++----------------------------------------- 3 files changed, 69 insertions(+), 105 deletions(-) create mode 100644 base.html diff --git a/archives.html b/archives.html index 39c8752..620a2bf 100644 --- a/archives.html +++ b/archives.html @@ -1,50 +1,8 @@ - - - - - - - {{ title }} | Redacted Life - - - - - - - -
-
-
-
-
-

Redacted Life

-
-
-
-
-
- - -
-
- - - - - +{% extends "base.html" %} +{% block left_content %} +

Redacted Life

+