You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to modify the default html footer which by default reads "By {author}".
In my particular case I want it to be a hyperlink to my home website. One workaround is to replace my name by a </a> tag. This works on the web version but causes problems when generating a pdf from the latex output.
Unless I am missing something (I am very new to this awesome project, thanks btw!) there is no option for this. Only adding an extra_footer to the html which gets appended, it does not replace the previous one.
I have looked around in the jupyter book example list and found most authors use the default footer and the ones that have changed this just replace the author by an html tag, which won't work in my case (I also need latex pdf).
If this is not yet possible I think it would be a great addition.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I want to modify the default html footer which by default reads "By {author}".
In my particular case I want it to be a hyperlink to my home website. One workaround is to replace my name by a
</a>
tag. This works on the web version but causes problems when generating a pdf from the latex output.Unless I am missing something (I am very new to this awesome project, thanks btw!) there is no option for this. Only adding an
extra_footer
to thehtml
which gets appended, it does not replace the previous one.I have looked around in the jupyter book example list and found most authors use the default footer and the ones that have changed this just replace the author by an html tag, which won't work in my case (I also need latex pdf).
If this is not yet possible I think it would be a great addition.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions