diff options
author | Alexander_Kabui | 2024-09-26 12:02:22 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-09-26 12:02:22 +0300 |
commit | 013268bd783c5a51576ada37021454b3cd78e15d (patch) | |
tree | 73f03c3b5bb8f131298d229b3916d4f8d64e7193 | |
parent | 022f1c084121a5a4938f016733201fade7a3afd2 (diff) | |
download | gn-gemtext-013268bd783c5a51576ada37021454b3cd78e15d.tar.gz |
Update issue: cleanup base file for gn2.
-rw-r--r-- | issues/cleanup-base-file-gn2.gmi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/issues/cleanup-base-file-gn2.gmi b/issues/cleanup-base-file-gn2.gmi index 35bdaf2..1c086ea 100644 --- a/issues/cleanup-base-file-gn2.gmi +++ b/issues/cleanup-base-file-gn2.gmi @@ -15,9 +15,16 @@ The base file should contain no custom JavaScript since it is inherited in almos * [] Remove global search code from the base file and move it to the index page * [] Fix formatting and linting issues in the base file (e.g., tags) +* [] Inherit from index page for all gn2 templates ## Notes See the PR that seeks to fix this: -=> https://github.com/genenetwork/genenetwork2/pull/877 \ No newline at end of file +=> https://github.com/genenetwork/genenetwork2/pull/877 + +## Notes 26/09/2024 + +It was agreed that global search should be a feature for all pages, +As such all files need to inherit from the global search which +defines the global search. \ No newline at end of file |