diff options
author | Sunaina Pai <sunainapai.in@gmail.com> | 2018-03-17 14:45:21 +0530 |
---|---|---|
committer | Sunaina Pai <sunainapai.in@gmail.com> | 2018-03-17 14:45:21 +0530 |
commit | 62d0aa159fc046a27bed47e337d787a08f4687d0 (patch) | |
tree | c1162f14377890c290d2ad114b3892cbb9848975 /layout/list.html |
Add makesite: A simple static site generator
Diffstat (limited to 'layout/list.html')
-rw-r--r-- | layout/list.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/list.html b/layout/list.html new file mode 100644 index 0000000..79a6aab --- /dev/null +++ b/layout/list.html @@ -0,0 +1,5 @@ +<h1>{{ title }}</h1> +{{ content }} +<section> +<a class="rss" href="{{ base_path }}/{{ blog }}/rss.xml">RSS</a> +</section> |