Skip to content
Snippets Groups Projects
Commit 087294e6 authored by Martyn Welch's avatar Martyn Welch Committed by Martyn Welch
Browse files

Add status of documents to pages if it exists


Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
parent d6b86105
No related branches found
No related tags found
1 merge request!219Review of concept documents
......@@ -62,6 +62,18 @@
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="blog-post">
{{ if (and (.Params.status ) (ne .Params.status "Up-to-date")) }}
<div class="notices warning"><p>
<b>{{ .Params.status }}</b>
<p>{{ .Params.statusDescription }}</p></p>
</div>
{{ end }}
</div>
</div>
</div>
</div>
</div>
</header>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment