{% for page in pages %}
<div class="block">
- <strong>
+ <p class="is-size-6">
{% if show_breadcrumbs %}
{% for url, title in page.breadcrumbs %}
- <a href="{{ url }}">{{ title }}</a> /
+ <a href="{{ url }}" >{{ title }}</a> /
{% end %}
{% end %}
<a href="{{ page.url }}{% if link_revision %}?revision={{ page.timestamp.isoformat() }}{% end %}">{{ page.title }}</a>
- </strong>
+ </p>
- <p class="is-size-6">
+ <p class="is-size-7">
{% if show_author %}
{{ _("Last edited %s") % locale.format_date(page.timestamp, shorter=True, relative=False) }}