Team member minor fixes

This commit is contained in:
Yves Gatesoupe 2020-07-15 23:06:10 +02:00
parent d89fc3516a
commit 9c5c9065fb
5 changed files with 6 additions and 15 deletions

View File

@ -14,7 +14,7 @@
"linkedin": "https://www.linkedin.com/company/astrolabe-cae/"
},
"designerName": "Yves Gatesoupe",
"designerHandle": "https://twitter.com/YGdsgn",
"designerHandle": "/members/yves-gatesoupe/",
"illustrators": "Igé Maulana, Leopold Merleau, Visual Glow",
"enableThirdPartyComments": false,
"maxPostsPerPage": 5,

View File

@ -1,6 +1,6 @@
{% extends 'layouts/base.njk' %}
{% set title = name %}
{# {% set title = name %} #}
{% block content %}
<main id="main-content" tabindex="-1">

View File

@ -4,6 +4,10 @@
{% block content %}
<main id="main-content" tabindex="-1">
<div class="[ wrapper ]">
<h1 class="[ member-list__heading ]">{{ teamListHeading }}</h1>
{{ content | safe }}
</div>
{% include "partials/components/member-list.njk" %}
{% include "partials/components/contact-form.njk" %}
</main>

View File

@ -1,7 +1,5 @@
<section class="[ member-list ]">
<div class="[ wrapper ]">
<h1 class="[ member-list__heading ]">{{ teamListHeading }}</h1>
{{ content | safe }}
{% if teamListItems.length %}
<ol class="[ member-list__items ]" reversed>
{% for item in teamListItems %}

View File

@ -58,15 +58,4 @@
left: -1.5rem;
}
}
.return-link {
align-self: flex-end;
font-size: 1.125rem;
font-weight: 700;
margin-top: 2rem;
&:visited {
color: inherit;
}
}
}