Frank Schaefer napisal(a): > (1) Adding a logo (the sourceforge logo) to every page of the HTML > output. May be along with the navigation frame. > (2) Adding a PiWik counter sectionto each page. > > What is the most straight forward solution to do so?
Check out this thread for know-how: http://groups.google.com/group/sphinx-dev/browse_thread/thread/37c22abca1304cd8 A bit modified answer in your case would be: $ cat _templates/layout.html {% extends "!layout.html" %} {% block header %} <img src="mypic.png"> {% endblock %} {% block footer %} Piwik code {% endblock %} HTH, -- Regards, Wojtek Walczak, http://tosh.pl/gminick/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
