summaryrefslogtreecommitdiff
blob: 12ead6984c06a883f2a61ca69eecd6e868a475bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
title: 'Unavailable Gentoo Developers (devaway)'
navtitle: 'Unavailable Developers'

nav1: inside-gentoo

nav2: developers

nav3: devaway
nav3-show: true
nav3-weight: 20

layout: page-nav3
---

<p>
  <strong>These developers are currently not available.</strong>
  Data updated at {{ 'now' | date: "%c" }}.
</p>

<table class="table table-striped">
  <tr>
    <th>Developer</th>
    <th>Message and Timestamp</th>
  </tr>
  {% for entry in site.data.devaway %}
    <tr>
    <th>{{ entry[0] | strip_html }}</th>
    <td>{{ entry[1] | strip_html }}</td>
    </tr>
  {% endfor %}
</table>