From ba9ea87aaa4beb5b3b341a35ea511bbdfc4b5bde Mon Sep 17 00:00:00 2001 From: iou1name Date: Tue, 8 Oct 2019 16:25:02 -0400 Subject: [PATCH] header --- templates/gallery.html | 2 +- templates/header.html | 5 +++++ templates/index.html | 6 +----- templates/result.html | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 templates/header.html diff --git a/templates/gallery.html b/templates/gallery.html index 3128c74..6cb093b 100644 --- a/templates/gallery.html +++ b/templates/gallery.html @@ -8,7 +8,7 @@
-

Saddle

+ {% include 'header.html' %}
diff --git a/templates/header.html b/templates/header.html new file mode 100644 index 0000000..fc804d8 --- /dev/null +++ b/templates/header.html @@ -0,0 +1,5 @@ +
+ +

Saddle

+
+ diff --git a/templates/index.html b/templates/index.html index 8ab1251..b9af152 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,11 +8,7 @@
-
- -

Saddle

-
- + {% include 'header.html' %}
diff --git a/templates/result.html b/templates/result.html index 79caf17..01faf2f 100644 --- a/templates/result.html +++ b/templates/result.html @@ -8,7 +8,7 @@
-

Saddle

+ {% include 'header.html' %}