diff options
Diffstat (limited to 'docs/_layouts/post.html')
| -rw-r--r-- | docs/_layouts/post.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/_layouts/post.html b/docs/_layouts/post.html new file mode 100644 index 000000000..5ec535ab5 --- /dev/null +++ b/docs/_layouts/post.html @@ -0,0 +1,11 @@ +--- +layout: base +--- +<div id="post"> + <h2>{{ page.title }}</h2> + <h3>{{ page.date | date_to_long_string }}</h3> + <h3 class="author"><a href="https://github.com/{{ page.author }}"><img class="avatar" src="https://avatars2.githubusercontent.com/{{ page.author }}?v=3&s=80" alt="{{ page.author }}" width="40" height="40">{{ page.author }}</a></h3> + <div class="postcontent singlepostcontent"> + {{ content }} + </div> +</div> |
