mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 03:17:07 +00:00
Remove authors from navbar
This commit is contained in:
@@ -21,19 +21,6 @@
|
||||
</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="mdc-list-group">
|
||||
<h3 class="mdc-list-group__subheader">Authors</h3>
|
||||
<a class="mdc-list-item" href="/authors/name" data-mdc-auto-init="MDCRipple">
|
||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">account_circle</i>
|
||||
<span class="mdc-list-item__text">Name</span>
|
||||
</a>
|
||||
{% for page in site.categories.authors %}
|
||||
<a class="mdc-list-item" href="{{ page.url | relative_url }}" data-mdc-auto-init="MDCRipple">
|
||||
<i class="material-icons mdc-list-item__graphic" aria-hidden="true">account_circle</i>
|
||||
<span class="mdc-list-item__text">{{ page.title }}</span>
|
||||
</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
Reference in New Issue
Block a user