techstack.hadan.de/theme/default/partial/footer.ejs
Stephan Hadan 3ab1c0c119
All checks were successful
Preview / build-deploy (push) Successful in 50s
added styling
2025-02-18 12:48:15 +01:00

10 lines
No EOL
194 B
Text

<% if (footer) { %>
<div class="footer warpper" <%= element.wrapper %>>
<%-footer%>
</div>
<% } %>
<script src="<%= RELATIVE_PATH %>js/tocbot.js?v=<%=idocVersion%>"></script>
</body>
</html>