--- layout: "default_with_menu" --- {%- assign about = site.posts | find: 'layout', 'about' -%} {%- assign back_covers = site.posts | where: 'layout', 'back_cover' -%} {%- assign posts = site.posts | where: 'layout', 'post' | concat: back_covers -%} {%- assign authors = site.posts | where: 'layout', 'author' -%} {%- assign prev = page | prev: posts -%} {%- assign next = page | next: posts -%}
{% if page.image.path %} {% include picture.html src=page.image.path alt=page.image.description width=780 img_class="w-100 shadow" %} {% endif %}
{% if page.activity.inReplyTo %} {% include_cached activity_pub/replying_to.html activity=page.activity.inReplyTo %} {% endif %} {% include headings/h1.html class="text-uppercase black hover-black letter-spacing-4 font-weight-bold mb-12" text=page.title %} {% if page.subtitle %} {% include headings/h2.html class="text-uppercase letter-spacing-8 mb-20" text=page.subtitle %} {% endif %} {% unless page.authors == empty %}

{% for author in page.authors %} {{ author.title -}} {%- unless forloop.last %} {{ site.i18n.and }} {% endunless %} {% endfor %}

{% endunless %}
{{ content }}