mdBook
mdBook copied to clipboard
Adding a footer partial integration
Add footer.hbs support #1288
Thanks! Can you say more about your use case? I think it would be good to discuss the particular location for where the footer is located. At first glance it is not clear how the footer should interact with the content, navigation buttons, and sidebar. I think below the buttons is probably OK, but I want to check why you want to add this, and are there considerations for other projects.
I added the disqus comment section to footer.hbs. Also for websites in China you need to put icp record information at the bottom of the website.

添加 footer.hbs 支持#1288
Hey, I noticed your need. You are trying to place the comment system and government information at the end of the article. I don't think this needs a separate footer file. Now, you just need to make some settings in index.hbs, like I did.
I just came back from your blog, https://www.hamflx.cn/ and the way you did it caused the login button to be obscured, affecting the overall page.


Thank you for your advice.
caused the login button to be obscured
I fixed the problem by inserting the dom element of the comment system into the
you just need to make some settings in index.hbs
I didn't redefine index.hbbs for my blog, it was too much of a hassle.
@ehuss PTAL