Add _includes/after-content.html and remove docs site default layout override

This commit is contained in:
iBug
2024-04-23 12:01:53 +08:00
parent 6308789788
commit a0aa8f80a7
7 changed files with 23 additions and 53 deletions

View File

@ -15,6 +15,7 @@
<div class="initial-content">
{{ content }}
{% include after-content.html %}
</div>
{% if site.search == true %}
@ -31,6 +32,5 @@
</div>
{% include scripts.html %}
</body>
</html>