--- layout: default --- {%- capture img_dir -%} /assets{{page.url}}/ {%- endcapture -%} {% assign place_images = site.static_files | where: "news_image", true %}
{% include title.html %}
{{ content }}
{% for img in place_images %} {% assign this_img_dir = img.path | slice: 0, img_dir.size %} {% if this_img_dir == img_dir %} {% assign thumb_path = img.path | replace_first: "assets/news/", "resized/200/news/" %} {% endif %} {% endfor %}
{% include contact-links.html %} {% include cqc-widget.html %}
News Posts
{% include news-links.html limit=10 %}