Skip to content
Snippets Groups Projects
Commit 7621cc6a authored by Malthe's avatar Malthe
Browse files

Fix navigation bar

parent d80673a1
No related branches found
No related tags found
No related merge requests found
site_name: STACK site_name: STACK Documentation
extra_javascript: extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML - https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
theme: theme:
...@@ -7,23 +7,3 @@ theme: ...@@ -7,23 +7,3 @@ theme:
logo: img/logo_large.svg logo: img/logo_large.svg
markdown_extensions: markdown_extensions:
- mdx_math - mdx_math
\ No newline at end of file
nav:
- Home: 'index.md'
- About: 'About.md'
- Training and Events: 'Training_and_events.md'
- Case Studies:
- 2019:
- 'CaseStudies/2019/index.md'
- 'CaseStudies/2019/FAC.md'
- 'CaseStudies/2019/PhysicsCurriculum.md'
- 'CaseStudies/2019/Adaptive.md'
- 'CaseStudies/2019/FlickInterface.md'
- 'CaseStudies/2019/Maseno.md'
- 'CaseStudies/2019/optes.md'
- 'CaseStudies/2019/ILIAS.md'
- 'CaseStudies/2019/StackAtScale.md'
- 'CaseStudies/2019/ABACUS.md'
- 'CaseStudies/2019/Loughborough.md'
- 'CaseStudies/2019/Edinburgh.md'
- FAQ: 'FAQ.md'
- Docs: 'https://stack-test.readthedocs.io/en/latest/'
\ No newline at end of file
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<!-- Adds logo to navigation bar. --> <!-- Adds logo to navigation bar. -->
{% block site_name %} {% block site_name %}
<a class="navbar-brand" href="malthesrepo.readthedocs.org"><img style="vertical-align:baseline" src="/img/logo_large.png" alt="STACK logo" height="20">STACK</a> <a class="navbar-brand" href="www.malthesrepo.readthedocs.org"><img style="vertical-align:baseline" src="/img/logo_large.png" alt="STACK logo" height="20">STACK</a>
{% endblock %} {% endblock %}
<!-- Specifies styles for columns and rows. --> <!-- Specifies styles for columns and rows. -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment