From ce6c095dc57827531f9627faf6a94183be451879 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sun, 3 Jul 2022 17:22:42 +0200 Subject: ref: Add build to publish the readme file I use `index.html` in another places. --- docs/template.html | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 docs/template.html (limited to 'docs/template.html') diff --git a/docs/template.html b/docs/template.html new file mode 100644 index 0000000..0d6c5d0 --- /dev/null +++ b/docs/template.html @@ -0,0 +1,51 @@ + + + + + + +$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