Skip to content

Commit

Permalink
Bug fix. Removed unnecessary text next to the title in webpage (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
GansaK authored Oct 4, 2023
1 parent a752200 commit 7e70ee7
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 7e70ee7

Please sign in to comment.