From a16e8a21bb83325f8e40c13ef2d052393e2f6489 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 7 May 2022 00:29:01 +0200 Subject: feat: Add early blog implementation It is just a really crappy implementation to get it running until a figure the pieces of the project out. --- templates/index.html | 41 +++++------------------------------------ 1 file changed, 5 insertions(+), 36 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 90826de..3558e06 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,49 +1,18 @@ - - - Yet Another Blog - + <% include!("head.html"); %> -
- -
-

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

-
-
- +<% include!("header.html"); %>
-
-

Title

-

- Nice content - - My code here - -

-
\ No newline at end of file -- cgit v1.2.3