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' %}