moin icon indicating copy to clipboard operation
moin copied to clipboard

Redundant code in themes

Open UlrichB22 opened this issue 8 months ago • 0 comments

Templates in the subdirectories of themes contain redundant code that may be outdated.

E.g., if you run a diff between templates/show.html and themes/focus/templates/show.html, you will find

  • some changes since October 2023 that are missing in the focus theme
  • some changes related to the new theme.

I have not checked the other template files.

It would be desirable if the differences could be controlled by a variable. This should be possible as the focus theme is now part of the default codebase.

UlrichB22 avatar May 07 '25 20:05 UlrichB22