From f31a2f414a8610a022a7ab147c69e6780e646c73 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Tue, 6 Feb 2024 12:56:09 -0500 Subject: [PATCH] docs: customizing header/footer templates --- docs/config/customize.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/config/customize.md b/docs/config/customize.md index 9c2eb202..c36af4e1 100644 --- a/docs/config/customize.md +++ b/docs/config/customize.md @@ -99,4 +99,16 @@ There are three settings you can play with to control that: # Which field to use in the URL, may also be for example "pk" to use the # primary key and not expose the username (which may be private or may change too # often for URL persistance) - USER_URL_FIELD = "username" \ No newline at end of file + USER_URL_FIELD = "username" + + +## Custom header and/or footer scripts + +You can populate the content of you own `umap/header.html` and `umap/footer.html` +templates with `