summaryrefslogtreecommitdiffstats
path: root/docs/theme/Footer.jinja
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/theme/Footer.jinja10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/theme/Footer.jinja b/docs/theme/Footer.jinja
new file mode 100644
index 0000000..a9e9c5a
--- /dev/null
+++ b/docs/theme/Footer.jinja
@@ -0,0 +1,10 @@
+<footer {{ attrs.render(class="cd-footer", data_component="Footer") }}>
+ <div class="wrapper">
+ <Copyright />
+ <div class="built-with">
+ This site was
+ <a title="Coming soon!">built using Claydocs</a>
+ </div>
+ <ThemeSwitch class="themeswitch" />
+ </div>
+</footer>