From 015c3a1d7cd0a1f68e70bf3e1254ec541ea16ae5 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 29 Nov 2020 22:16:57 -0500 Subject: moved template to templates, updated makefile --- template.html | 93 ----------------------------------------------------------- 1 file changed, 93 deletions(-) delete mode 100644 template.html (limited to 'template.html') diff --git a/template.html b/template.html deleted file mode 100644 index 568fe5c..0000000 --- a/template.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - 53hornet ➙ {{ title }} - - - - - -
-

- {{ title }} -

- -

- {{ description }} -

- - - - {{ article }} - -
-	  
-int sample_code() {
-  let x = 1;
-  let y = x;
-  return 0;
-}
-	  
-	  
- -
- {{ blockquote }} -
-
- - -- cgit v1.2.3