This commit is contained in:
parent
dacdc533da
commit
3ab1c0c119
21 changed files with 2244 additions and 0 deletions
10
theme/default/partial/footer.ejs
Normal file
10
theme/default/partial/footer.ejs
Normal file
|
@ -0,0 +1,10 @@
|
|||
<% if (footer) { %>
|
||||
<div class="footer warpper" <%= element.wrapper %>>
|
||||
<%-footer%>
|
||||
</div>
|
||||
<% } %>
|
||||
|
||||
<script src="<%= RELATIVE_PATH %>js/tocbot.js?v=<%=idocVersion%>"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue