From 88c64380909bab586a4bdae8b05b0562f027066f Mon Sep 17 00:00:00 2001 From: agusmakmun Date: Thu, 29 Dec 2016 18:38:48 +0700 Subject: [PATCH] miss devel mode --- _layouts/default.html | 8 -------- test_sitemap.json | 10 ---------- 2 files changed, 18 deletions(-) delete mode 100644 test_sitemap.json diff --git a/_layouts/default.html b/_layouts/default.html index c412e6a..4047fc4 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -128,14 +128,6 @@
- - -
- - Navigation
 » Home
{% for i in site.urls %} diff --git a/test_sitemap.json b/test_sitemap.json deleted file mode 100644 index f80e203..0000000 --- a/test_sitemap.json +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: null ---- -[{% for post in site.posts %} - { - "title": "{{ post.title }}", - "date" : "{{ post.date | date_to_string }}", - "link" : "{{ post.url | prepend: site.baseurl | prepend: site.url }}" - }{% if forloop.last == false %},{% endif %} -{% endfor %}] \ No newline at end of file