From 60710936fe4f816d0a6f6a92ce201ae86aac01a9 Mon Sep 17 00:00:00 2001 From: aghArdeshir Date: Wed, 5 Oct 2022 10:10:06 +0400 Subject: [PATCH 1/7] add theme toggler to template --- asset/template.html | 1 + html/acknowledgements.html | 1 + html/architecture-performance-and-games.html | 1 + html/behavioral-patterns.html | 1 + html/bytecode.html | 1 + html/command.html | 1 + html/component.html | 1 + html/data-locality.html | 1 + html/decoupling-patterns.html | 1 + html/design-patterns-revisited.html | 1 + html/dirty-flag.html | 1 + html/double-buffer.html | 1 + html/event-queue.html | 1 + html/flyweight.html | 1 + html/game-loop.html | 1 + html/introduction.html | 1 + html/object-pool.html | 1 + html/observer.html | 1 + html/optimization-patterns.html | 1 + html/prototype.html | 1 + html/sequencing-patterns.html | 1 + html/service-locator.html | 1 + html/singleton.html | 1 + html/spatial-partition.html | 1 + html/state.html | 1 + html/subclass-sandbox.html | 1 + html/type-object.html | 1 + html/update-method.html | 1 + 28 files changed, 28 insertions(+) diff --git a/asset/template.html b/asset/template.html index cb204eb..a3210d1 100644 --- a/asset/template.html +++ b/asset/template.html @@ -24,6 +24,7 @@