diff --git a/_includes/news.html b/_includes/news.html index 64241b2..42c0ba9 100644 --- a/_includes/news.html +++ b/_includes/news.html @@ -20,7 +20,7 @@

Latest News

  • {{ post.title }} {{ post.date | date_to_string }} - {{ post.sub-title }} + {{ post.sub_heading }}
  • {% endfor %} diff --git a/_includes/staff.html b/_includes/staff.html index 5dd0ebb..c668b58 100644 --- a/_includes/staff.html +++ b/_includes/staff.html @@ -24,9 +24,9 @@

    Belkirk Staff

    {{ person.title }}

    - {% if person.sub-title %} + {% if person.sub_heading %}
    - {{ person.sub-title }} + {{ person.sub_heading }}
    {% endif %}

    {{ person.content | truncatewords: 25, "...

    Continue reading →" }} @@ -40,4 +40,4 @@

    -{% endif %} \ No newline at end of file +{% endif %} diff --git a/_layouts/projects.html b/_layouts/projects.html index d2af4bb..944ac5f 100644 --- a/_layouts/projects.html +++ b/_layouts/projects.html @@ -25,7 +25,7 @@

    {{ project.title }}

    -

    {{ project.sub-title | slice: 0, 80 }}

    +

    {{ project.sub_heading | slice: 0, 80 }}