X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2Fcustom_theme%2Fmain.html;fp=doc%2Fcustom_theme%2Fmain.html;h=cc2a703e75c2b003b491076325855b163a84af79;hb=43c77f658a905e2def6aeca4c092683977cd0c55;hp=0000000000000000000000000000000000000000;hpb=630ebca2b6359e942e5b6c057cca2b6069c1093a;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..cc2a703e --- /dev/null +++ b/doc/custom_theme/main.html @@ -0,0 +1,23 @@ +{% 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 %} +{%- endblock %}