From 7cc501c5efde9da7c5e4dbfd854cdeb80a8e0ce9 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 6 Mar 2021 01:50:05 +0000 Subject: added twitter on index page --- templates/index.html | 55 +++++++++++++++++++++++-------------------------- templates/template.html | 3 ++- 2 files changed, 28 insertions(+), 30 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 93138d0..d79743b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,31 +1,28 @@ {% extends "template.html" %} {% block content %} -

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

-

Haiiiiiiii, this is the index page uwu

- {% endblock %} \ No newline at end of file + + {{markdown|safe}} + {% if tweets != None %} +
+

recent tweets

+ +
+ {% endif %} +{% endblock %} \ No newline at end of file diff --git a/templates/template.html b/templates/template.html index afbeefe..fd65cdb 100644 --- a/templates/template.html +++ b/templates/template.html @@ -2,7 +2,8 @@ - edaweb :: {{title}} + + eda.gay :: {{title}}
-- cgit v1.2.3