Skip to content

Commit

Permalink
removed all sub titles
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgallant committed Feb 17, 2018
1 parent 3c135fd commit 06be7a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _includes/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2>Latest News</h2>
<li>
<a href="{{ post.url | absolute_url }}">{{ post.title }}</a>
<date>{{ post.date | date_to_string }}</date>
<date>{{ post.sub-title }}</date>
<date>{{ post.sub_heading }}</date>
</li>
{% endfor %}
</ul>
Expand Down
6 changes: 3 additions & 3 deletions _includes/staff.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ <h2 class="section-heading">Belkirk Staff</h2>
<h3>
<a href="{{ person.url | absolute_url }}">{{ person.title }}</a>
</h3>
{% if person.sub-title %}
{% if person.sub_heading %}
<div class="subtitle">
{{ person.sub-title }}
{{ person.sub_heading }}
</div>{% endif %}
<p>
{{ person.content | truncatewords: 25, "...<br><br>Continue reading →" }}
Expand All @@ -40,4 +40,4 @@ <h3>
</div>
</div>
</section>
{% endif %}
{% endif %}
2 changes: 1 addition & 1 deletion _layouts/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</div>
<div class="card-body">
<h3><a href="{{ project.url | absolute_url }}">{{ project.title }}</a></h3>
<p>{{ project.sub-title | slice: 0, 80 }}</p>
<p>{{ project.sub_heading | slice: 0, 80 }}</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 06be7a3

Please sign in to comment.