chiark / gitweb /
Support navbar project / brand logo in all three themes.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 12 Sep 2019 20:54:33 +0000 (22:54 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 12 Sep 2019 20:56:25 +0000 (22:56 +0200)
commit2b3779cd64c251d74328c0dba03d95761d3a49ca
treec20e5bd4bf5a3128aace13119831c9d5f35c9324
parentef5ea359e94044f8c8c1ee1de00898fe237955fd
Support navbar project / brand logo in all three themes.
26 files changed:
doc/documentation/doxygen.rst
doc/documentation/python.rst
documentation/doxygen.py
documentation/python.py
documentation/templates/doxygen/base.html
documentation/templates/python/base.html
documentation/test_doxygen/layout_navbar_project_logo/Doxyfile [new file with mode: 0644]
documentation/test_doxygen/layout_navbar_project_logo/index.html [new file with mode: 0644]
documentation/test_doxygen/layout_navbar_project_logo/indexpage.xml [new file with mode: 0644]
documentation/test_doxygen/layout_navbar_project_logo/mosra.jpg [new symlink]
documentation/test_doxygen/layout_navbar_project_logo_main_project_url/Doxyfile [new file with mode: 0644]
documentation/test_doxygen/layout_navbar_project_logo_main_project_url/index.html [new file with mode: 0644]
documentation/test_doxygen/layout_navbar_project_logo_main_project_url/indexpage.xml [new file with mode: 0644]
documentation/test_doxygen/layout_navbar_project_logo_main_project_url/mosra.jpg [new symlink]
documentation/test_doxygen/test_doxyfile.py
documentation/test_doxygen/test_layout.py
documentation/test_python/layout_project_logo/index.html [new file with mode: 0644]
documentation/test_python/layout_project_logo/mosra.jpg [new symlink]
documentation/test_python/layout_project_logo_main_project_url/index.html [new file with mode: 0644]
documentation/test_python/layout_project_logo_main_project_url/mosra.jpg [new symlink]
documentation/test_python/test_layout.py
pelican-theme/templates/base.html
pelican-theme/test/layout_brand_logo/index.html [new file with mode: 0644]
pelican-theme/test/layout_brand_logo/index.rst [new file with mode: 0644]
pelican-theme/test/layout_brand_logo/mosra.jpg [new symlink]
pelican-theme/test/test_layout.py