aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/developers/retired.html')
-rw-r--r--layouts/shortcodes/developers/retired.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layouts/shortcodes/developers/retired.html b/layouts/shortcodes/developers/retired.html
new file mode 100644
index 0000000..14fcf84
--- /dev/null
+++ b/layouts/shortcodes/developers/retired.html
@@ -0,0 +1,18 @@
+<table class="table table-striped">
+ <tbody><tr>
+ <th>Username</th>
+ <th>Name</th>
+ <th>Location</th>
+ <th>Roles</th>
+ </tr>
+
+ {{ range $key, $value := $.Site.Data.userinfo.retired }}
+ <tr>
+ <th id="{{$value.nick}}">{{$value.nick}}</th>
+ <td>{{$value.name}}</td>
+ <td>{{$value.location}}</td>
+ <td>{{$value.roles}}</td>
+ </tr>
+ {{end}}
+
+ </tbody></table> \ No newline at end of file