1
0
Fork 0
jinjax/docs/theme/Footer.jinja

11 lines
288 B
Text
Raw Normal View History

<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>