summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/application.rb b/application.rb
index 4eb4a36..fa5df0a 100644
--- a/application.rb
+++ b/application.rb
@@ -175,6 +175,11 @@ get '/license' do
haml :license, :layout => false
end
+get '/faq' do
+ @faq = RDiscount.new(File.read("FAQ.md")).to_html
+ haml :faq, :layout => false
+end
+
get '/style.css' do
headers 'Content-Type' => 'text/css; charset=utf-8'
scss :style