From 57f5f93117ae501faa94f1c99ea52857663cefe4 Mon Sep 17 00:00:00 2001 From: coskuntekin Date: Fri, 14 Jun 2013 09:22:55 +0300 Subject: [PATCH] fixed index.html.haml --- source/data/lorem_ipsum.yml | 2 -- source/index.html.haml | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 source/data/lorem_ipsum.yml diff --git a/source/data/lorem_ipsum.yml b/source/data/lorem_ipsum.yml deleted file mode 100644 index 9a0096f..0000000 --- a/source/data/lorem_ipsum.yml +++ /dev/null @@ -1,2 +0,0 @@ -Local Data - Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. \ No newline at end of file diff --git a/source/index.html.haml b/source/index.html.haml index 149ecb0..a02f514 100755 --- a/source/index.html.haml +++ b/source/index.html.haml @@ -1,6 +1,4 @@ - @title = '## HIERAPOLIS ##' - @body_class = 'index' - @data.people.friends.each do |f| -
  • <%= f %>
  • - <% end %> \ No newline at end of file +HIERAPOLIS \ No newline at end of file