From 16ef06ffb363b6304d0d5269b30dedbdd07288df Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 14 May 2022 00:00:22 +0200 Subject: feat: Add title parser Add title parse so it yields a better post list. --- templates/header.html | 8 +------- templates/index.html | 8 ++++++-- templates/post.html | 2 +- templates/simple_header.html | 10 ---------- 4 files changed, 8 insertions(+), 20 deletions(-) delete mode 100644 templates/simple_header.html (limited to 'templates') diff --git a/templates/header.html b/templates/header.html index 79e740a..1340aa1 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,16 +1,10 @@
-
-

- A gathering of information about some things I do on my spare time. You can find me on gitlab , twitter and - linkedin . -

-
diff --git a/templates/index.html b/templates/index.html index 6d0c139..006643a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,13 +6,17 @@ <% include!("header.html"); %>
+
+ A gathering of information about some things I do on my spare time. + You can find me on gitlab, twitter and linkedin. +
- \ No newline at end of file + diff --git a/templates/post.html b/templates/post.html index 410cfbf..b1f9f72 100644 --- a/templates/post.html +++ b/templates/post.html @@ -4,7 +4,7 @@ <% include!("head.html"); %> -<% include!("simple_header.html"); %> +<% include!("header.html"); %>
<%- content %> diff --git a/templates/simple_header.html b/templates/simple_header.html deleted file mode 100644 index 1340aa1..0000000 --- a/templates/simple_header.html +++ /dev/null @@ -1,10 +0,0 @@ -
- -
-- cgit v1.2.3