diff options
author | Adin Scannell <ascannell@google.com> | 2020-05-06 14:15:15 -0700 |
---|---|---|
committer | Adin Scannell <ascannell@google.com> | 2020-05-06 14:15:15 -0700 |
commit | e8bb5832b32d865e8dc257b01bebfd7dafeaaccf (patch) | |
tree | c5ea0518f0aa7ac1fcc999119030e931500d864c /website/content/_layouts/post.html | |
parent | 279f1eb7abb28966ef633fa61418bffad4a716b0 (diff) | |
parent | 957e26a6f30d40e2bff042d76a327d0a2cfbabae (diff) |
Merge gvisor-website
Diffstat (limited to 'website/content/_layouts/post.html')
-rwxr-xr-x | website/content/_layouts/post.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/website/content/_layouts/post.html b/website/content/_layouts/post.html new file mode 100755 index 000000000..640bee5af --- /dev/null +++ b/website/content/_layouts/post.html @@ -0,0 +1,10 @@ +--- +layout: blog +--- + +<div class="blog-meta"> + {% include byline.html authors=page.authors date=page.date %} +</div> +<div class="blog-content"> + {{ content }} +</div> |