summaryrefslogtreecommitdiff
path: root/src/templates/pages/about.html.ftl
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-08-31 23:45:48 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-08-31 23:46:11 -0700
commit4525beb985f8e874f11c0e95df2b1544c8b0b1ba (patch)
tree18685bdace563c6bbb3bfaac5b77d450f6246054 /src/templates/pages/about.html.ftl
parent68fb7d58b69f73e69f9b114792bd576897f41122 (diff)
Cleaning up content macro. Adding favicon. Fixing static content.
Diffstat (limited to 'src/templates/pages/about.html.ftl')
-rw-r--r--src/templates/pages/about.html.ftl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/templates/pages/about.html.ftl b/src/templates/pages/about.html.ftl
index 63cd366..a28b355 100644
--- a/src/templates/pages/about.html.ftl
+++ b/src/templates/pages/about.html.ftl
@@ -5,7 +5,7 @@
<@noticebox>
</@noticebox>
- <@textcontent>
+ <@content class="text">
<h1>About</h1>
<p>
@@ -15,7 +15,7 @@
</p>
<p>
- Disciple means “learner” and our goal is to help you be an
+ Disciple means "learner" and our goal is to help you be an
effective learner and grow in the knowledge of Jesus Christ, the
Word of God, the essentials of your faith that will cause the
transformation God promises you will experience. And that
@@ -60,11 +60,11 @@
</p>
<p>
- Now it’s your turn to act! Get started now in your journey by
+ Now it's your turn to act! Get started now in your journey by
taking the GROW assessment. Identify your starting place as a
Seeker, Believer, Disciple or Teacher and be a disciple.
</p>
- </@textcontent>
+ </@content>
<#include "/templates/getstarted-button.ftl">
</@commonpage>