From 4525beb985f8e874f11c0e95df2b1544c8b0b1ba Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 31 Aug 2013 23:45:48 -0700 Subject: Cleaning up content macro. Adding favicon. Fixing static content. --- web/WEB-INF/restlet.xml | 4 +++- web/WEB-INF/web.xml | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'web/WEB-INF') diff --git a/web/WEB-INF/restlet.xml b/web/WEB-INF/restlet.xml index d77fb2e..67ee36d 100644 --- a/web/WEB-INF/restlet.xml +++ b/web/WEB-INF/restlet.xml @@ -1,13 +1,15 @@ - + + + diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index be1e4cf..758b004 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -21,6 +21,10 @@ default /style.css + + default + /favicon.ico + default /images/* -- cgit v1.2.3