diff options
Diffstat (limited to 'blog.html')
| -rw-r--r-- | blog.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/blog.html b/blog.html new file mode 100644 index 0000000..481f255 --- /dev/null +++ b/blog.html @@ -0,0 +1,13 @@ +--- +title: Blog +layout: default +--- + + +<div class="container"> + + <h2>Blog</h2> + + {% include latest.html limit="50" %} + +</div> |
