diff --git a/docs/_templates/page.html b/docs/_templates/page.html new file mode 100644 index 0000000..3a2c0ea --- /dev/null +++ b/docs/_templates/page.html @@ -0,0 +1,11 @@ +{% extends "!page.html" %} + +{%- block htmltitle -%} + + {%- if pagename == "index" -%} + {{ project|e }} + {%- else -%} + {{ title|striptags|e }} — Dokumentace české Python komunity + {%- endif -%} + +{%- endblock -%}