diff options
author | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-05-06 19:08:22 +0200 |
---|---|---|
committer | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-05-06 19:08:22 +0200 |
commit | ad27af60124ebe27854dc02fd2bade3ea0358857 (patch) | |
tree | c5dfe777a1782293f801b7542e122cc5521b75bd /source | |
parent | 4b16c2ab33ffb79770e7b5958dfe8b283d2062ca (diff) |
remove section overviews
Diffstat (limited to 'source')
-rw-r--r-- | source/entdecken/index.html.erb | 7 | ||||
-rw-r--r-- | source/kontakt/index.html.erb | 7 | ||||
-rw-r--r-- | source/mitmachen/index.html.erb | 7 | ||||
-rw-r--r-- | source/unterstuetzen/index.html.erb | 7 |
4 files changed, 0 insertions, 28 deletions
diff --git a/source/entdecken/index.html.erb b/source/entdecken/index.html.erb deleted file mode 100644 index 4726834..0000000 --- a/source/entdecken/index.html.erb +++ /dev/null @@ -1,7 +0,0 @@ ---- -section: "entdecken" ---- - -<div> - <%= lorem.paragraphs(2) %> -</div> diff --git a/source/kontakt/index.html.erb b/source/kontakt/index.html.erb deleted file mode 100644 index 33b5a8c..0000000 --- a/source/kontakt/index.html.erb +++ /dev/null @@ -1,7 +0,0 @@ ---- -section: "kontakt" ---- - -<div> - <%= lorem.paragraphs(2) %> -</div> diff --git a/source/mitmachen/index.html.erb b/source/mitmachen/index.html.erb deleted file mode 100644 index 84f48b2..0000000 --- a/source/mitmachen/index.html.erb +++ /dev/null @@ -1,7 +0,0 @@ ---- -section: "mitmachen" ---- - -<div> - <%= lorem.paragraphs(2) %> -</div> diff --git a/source/unterstuetzen/index.html.erb b/source/unterstuetzen/index.html.erb deleted file mode 100644 index 6361512..0000000 --- a/source/unterstuetzen/index.html.erb +++ /dev/null @@ -1,7 +0,0 @@ ---- -section: "unterstuetzen" ---- - -<div> - <%= lorem.paragraphs(2) %> -</div> |