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