From a857feb37f0b4b653f69115a30a13e66d9957f67 Mon Sep 17 00:00:00 2001 From: angelina-momin Date: Mon, 27 May 2024 11:54:43 +0200 Subject: [PATCH] Replace html index files with templates --- docs/{index_header.html => index_header_template.html} | 0 docs/{index_postfix.html => index_postfix_template.html} | 8 ++++---- docs/{index_prefix.html => index_prefix_template.html} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename docs/{index_header.html => index_header_template.html} (100%) rename docs/{index_postfix.html => index_postfix_template.html} (89%) rename docs/{index_prefix.html => index_prefix_template.html} (100%) diff --git a/docs/index_header.html b/docs/index_header_template.html similarity index 100% rename from docs/index_header.html rename to docs/index_header_template.html diff --git a/docs/index_postfix.html b/docs/index_postfix_template.html similarity index 89% rename from docs/index_postfix.html rename to docs/index_postfix_template.html index 53e60415..ead865f4 100644 --- a/docs/index_postfix.html +++ b/docs/index_postfix_template.html @@ -1,11 +1,11 @@

- CSV source | searchable CSV | JSON | Markdown

diff --git a/docs/index_prefix.html b/docs/index_prefix_template.html similarity index 100% rename from docs/index_prefix.html rename to docs/index_prefix_template.html