X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2Fcustom_theme%2Fmain.html;fp=doc%2Fcustom_theme%2Fmain.html;h=69b398f6cc6f67be717620b9f814e7660501c8e2;hb=10a7b5cee96a742fbe86edbea977f3c55c92e9aa;hp=0000000000000000000000000000000000000000;hpb=4adeffd7f427580bba6f7656360850d4460c1f1d;p=github%2Fshaarli%2FShaarli.git diff --git a/doc/custom_theme/main.html b/doc/custom_theme/main.html new file mode 100644 index 00000000..69b398f6 --- /dev/null +++ b/doc/custom_theme/main.html @@ -0,0 +1,25 @@ +{% extends "base.html" %} + +{# +The entry point for the ReadTheDocs Theme. + +Any theme customisations should override this file to redefine blocks defined in +the various templates. The custom theme should only need to define a main.html +which `{% extends "base.html" %}` and defines various blocks which will replace +the blocks defined in base.html and its included child templates. +#} + +{%- block site_meta %} + + + + +{%- if 'media.readthedocs.org' not in config.extra_css[0] %} + +{%- endif %} + +{% if page and page.is_homepage %}{% endif %} +{% if config.site_author %}{% endif %} +{% if config.site_favicon %} +{% else %}{% endif %} +{%- endblock %}