Skip to content

Commit

Permalink
Merge branch 'development' into fix/rename_melos_unicore
Browse files Browse the repository at this point in the history
  • Loading branch information
ludvigalden authored Nov 1, 2023
2 parents e01b3a9 + 7e70ee7 commit 3ebb1ac
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/moore/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
<div class="content-title">
<div class="container">
<h1>{% firstof page.translated_title page.title %}</h1>
<ul class="breadcrumbs">
{% for page in self.get_ancestors %}
{% if page.is_root == False %}
<li><a href="{% pageurl page %}">{% firstof page.translated_title page.title %}</a> <i class="material-icons">keyboard_arrow_right</i></li>
{% endif %}
{% endfor %}
<li class="active">{% firstof page.translated_title page.title %}</li>
</ul>
</div>
</div>
{% block content %}{% endblock %}
Expand Down

0 comments on commit 3ebb1ac

Please sign in to comment.