aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-09-10 16:26:26 +0200
committerMichał Górny <mgorny@gentoo.org>2017-10-12 22:47:59 +0200
commit92a6897890be185d12c898320e98abc1d7637a1f (patch)
treec3eeb1a30d52d833b14f583a3f479bbf4dae2174 /_layouts
parentinside-gentoo: Fix link to GLEPs (diff)
downloadwww-92a6897890be185d12c898320e98abc1d7637a1f.tar.gz
www-92a6897890be185d12c898320e98abc1d7637a1f.tar.bz2
www-92a6897890be185d12c898320e98abc1d7637a1f.zip
glep: Include full metadata on top
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/glep.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/_layouts/glep.html b/_layouts/glep.html
new file mode 100644
index 0000000..e280f30
--- /dev/null
+++ b/_layouts/glep.html
@@ -0,0 +1,38 @@
+---
+layout: tyrian
+nav2-display: true
+---
+<h1 class="first-header">GLEP {{ page.number }}: {{ page.title }}</h1>
+
+<table class="table-bordered table-condensed table-striped pull-right">
+ <tr>
+ <th>Type</th>
+ <td>{{ page.type }}</td>
+ </tr>
+ <tr>
+ <th>Status</th>
+ <td>{{ page.status }}</td>
+ </tr>
+ <tr>
+ <th>Author</th>
+ <td>{{ page.author }}</td>
+ </tr>
+ <tr>
+ <th>Replaces</th>
+ <td>{{ page.replaces }}</td>
+ </tr>
+ <tr>
+ <th>Replaced by</th>
+ <td>{{ page.replacedby }}</td>
+ </tr>
+ <tr>
+ <th>Requires</th>
+ <td>{{ page.requires }}</td>
+ </tr>
+ <tr>
+ <th>Post history</th>
+ <td>{{ page.posthistory }}</td>
+ </tr>
+</table>
+
+{{ content }}