istio.io/_layouts/post.html

27 lines
611 B
HTML

---
layout: default
---
{% include home.html %}
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-10 col-lg-7 nofloat center-block {{page.type}}">
<article class="post-wrapper">
<h1>{{ page.title }}</h1>
<div class="postdate">
Posted on {{ page.date | date: "%A, %B %d %Y" }}.
</div>
<div class="content">
{{ content }}
</div>
{% if page.attribution %}
<div class="content-attribution">
{{ page.attribution }}
</div>
{% endif %}
</article>
</div>
</div>
</div>