Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 737 Bytes

File metadata and controls

24 lines (22 loc) · 737 Bytes
title Spine Model Uses
keywords documentation, model
summary These are some of the ways in which the Spine Model can been useful...
sidebar documentation_sidebar
permalink uses.html
folder documentation
tags
uses
{% for post in site.posts %} {% if post.category == "Uses" %}
  • {{ post.title }}

    {% if post.summary %} {{ post.summary | strip_html | strip_newlines | truncate: 160 }} {% else %} {{ post.content | truncatewords: 50 | strip_html }} {% endif %}

{% endif %} {% endfor %}

{% include links.html %}