From b3d0af2de29711abfe6da373786d365d9a6de198 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Wed, 13 Mar 2024 21:17:51 +0100 Subject: feat: Rewrite to golang I have found a nice lib in go to handle XML so I migrate to it. Go is ages easier to deploy then python. --- docs/template.html | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 docs/template.html (limited to 'docs/template.html') diff --git a/docs/template.html b/docs/template.html deleted file mode 100644 index 0d6c5d0..0000000 --- a/docs/template.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - -$for(author-meta)$ - -$endfor$ -$if(date-meta)$ - -$endif$ -$if(keywords)$ - -$endif$ -$if(description-meta)$ - -$endif$ - $if(title-prefix)$$title-prefix$ – $endif$$pagetitle$ - -$for(css)$ - -$endfor$ -$if(math)$ - $math$ -$endif$ - -$for(header-includes)$ - $header-includes$ -$endfor$ - - - -$if(toc)$ - -$endif$ -$body$ -$for(include-after)$ -$include-after$ -$endfor$ - - -- cgit v1.2.3