{% assign cache_bust = site.time|date:'?v=%s' %}
{% assign desc = description | default: site.description | strip_html | strip_newlines | truncate: 160 -%} {% unless desc and desc != '' -%} {% assign error = page.url | append: ' must have a description specified!' -%} {{ error | throwError }} {% endunless %}