diff --git a/_layouts/home.html b/_layouts/home.html index b07fa4f..1ef021e 100755 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -32,7 +32,7 @@ bodyClass: "page-home"

{{ service.title }}

-

{{ service.content | markdownify | strip_html | truncate: 100 }}

+

{{ service.excerpt | markdownify | strip_html | truncate: 100 }}

diff --git a/_layouts/services.html b/_layouts/services.html index 0ed09a9..2c49b34 100644 --- a/_layouts/services.html +++ b/_layouts/services.html @@ -27,7 +27,7 @@ bodyClass: "page-services"

{{ service.title }}

-

{{ service.content | markdownify | strip_html | truncate: 100 }}

+

{{ service.excerpt | markdownify | strip_html | truncate: 100 }}

diff --git a/_layouts/teams.html b/_layouts/teams.html index 397d502..cb7e447 100644 --- a/_layouts/teams.html +++ b/_layouts/teams.html @@ -36,7 +36,7 @@ bodyClass: "page-teams" LinkedIn {% endif %} -
{{ team.content | truncate: 120 }}
+
{{ team.excerpt | truncate: 120 }}
{% endfor %} diff --git a/_services/business-advisory.md b/_services/business-advisory.md index f16b30a..b8ae32a 100644 --- a/_services/business-advisory.md +++ b/_services/business-advisory.md @@ -4,7 +4,10 @@ date: 2018-12-28T15:14:39+10:00 weight: 4 --- -Business advisory is the final tier of the accounting pyramid. Business advisory involves reporting on performance as well as advising on strategic plans, risk assessment, and succession plans. +Business advisory is the final tier of the accounting pyramid. + + +Business advisory involves reporting on performance as well as advising on strategic plans, risk assessment, and succession plans. ![Accounting Services](/images/austin-distel-nGc5RT2HmF0-unsplash.jpg) diff --git a/_team/sage-kirk.md b/_team/sage-kirk.md index 5460bba..b2c97bb 100644 --- a/_team/sage-kirk.md +++ b/_team/sage-kirk.md @@ -8,4 +8,7 @@ promoted: true weight: 2 --- -Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Bibendum arcu vitae elementum curabitur vitae nunc sed. Tortor at risus viverra adipiscing at in. +Lorem ipsum dolor sit amet, consectetur adipiscing elit, + + +sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Bibendum arcu vitae elementum curabitur vitae nunc sed. Tortor at risus viverra adipiscing at in.