diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-08-31 23:45:48 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-08-31 23:46:11 -0700 |
commit | 4525beb985f8e874f11c0e95df2b1544c8b0b1ba (patch) | |
tree | 18685bdace563c6bbb3bfaac5b77d450f6246054 /src/templates/pages/contact.html.ftl | |
parent | 68fb7d58b69f73e69f9b114792bd576897f41122 (diff) |
Cleaning up content macro. Adding favicon. Fixing static content.
Diffstat (limited to 'src/templates/pages/contact.html.ftl')
-rw-r--r-- | src/templates/pages/contact.html.ftl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/pages/contact.html.ftl b/src/templates/pages/contact.html.ftl index 40499cc..d8a0a29 100644 --- a/src/templates/pages/contact.html.ftl +++ b/src/templates/pages/contact.html.ftl @@ -5,7 +5,7 @@ <@noticebox> </@noticebox> - <@textcontent> + <@content class="text"> <h1>Contact Us</h1> <p> @@ -30,7 +30,7 @@ <p><input type="submit" value="Send" /></p> </form> - </@textcontent> + </@content> </@commonpage> |