1
0
Fork 0

use excerpt instead of content for service and team vignettes

This commit is contained in:
Arnaud 2023-06-22 22:23:36 +02:00
parent 3875dd4913
commit 4abc70040d
No known key found for this signature in database
GPG Key ID: 02DAB396EDB5718A
5 changed files with 11 additions and 5 deletions

View File

@ -32,7 +32,7 @@ bodyClass: "page-home"
<h2 class="service-title">
<a href="{{ service.url | relative_url }}">{{ service.title }}</a>
</h2>
<p>{{ service.content | markdownify | strip_html | truncate: 100 }}</p>
<p>{{ service.excerpt | markdownify | strip_html | truncate: 100 }}</p>
</div>
</div>
</div>

View File

@ -27,7 +27,7 @@ bodyClass: "page-services"
<h2 class="service-title">
<a href="{{ service.url | relative_url }}">{{ service.title }}</a>
</h2>
<p>{{ service.content | markdownify | strip_html | truncate: 100 }}</p>
<p>{{ service.excerpt | markdownify | strip_html | truncate: 100 }}</p>
</div>
</div>
</div>

View File

@ -36,7 +36,7 @@ bodyClass: "page-teams"
<a target="_blank" href="{{ team.linkedinurl }}" rel="noreferrer">LinkedIn</a>
{% endif %}
</div>
<div class="team-content">{{ team.content | truncate: 120 }}</div>
<div class="team-content">{{ team.excerpt | truncate: 120 }}</div>
</div>
</div>
{% endfor %}

View File

@ -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.
<!--more-->
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)

View File

@ -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,
<!--more-->
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.