--- ### ALL PAGES ### layout: themes/[ site.theme.id ]/frontend/core/base ---
{{ page.post.categories[0] | uj_title_case }}

{{ page.post.title }}

{{ page.date | date: "%b %d, %Y" }}
{%- uj_readtime -%} min read
{% comment %} {%- include /main/modules/engagement/social-share-kit.html -%} {% endcomment %} @TODO: Implement social share kit
{% comment %} {%- include /main/helpers/blog-image.html id=page.post.id name=page.url class="img-fluid rounded-3 w-100" alt=page.post.title -%} {% endcomment %} @TODO: implement uj_image
{{ content | uj_content_format }}

Tags

{% comment %} {%- include /main/modules/engagement/social-share-kit.html -%} {% endcomment %} @TODO: Implement social share kit
{% assign tags = '' | split: ',' %} {% for tag in page.post.tags %} {% assign tag_fixed = tag | uj_title_case %} {% unless tags contains tag_fixed %} {% assign tags = tags | push: tag_fixed %} {% endunless %} {% endfor %} {% for tag in tags %} {{ tag }} {% endfor %}

Comments

{%- include modules/engagement/giscus.html -%}

Sign up for our Newsletter

Join our newsletter and get resources, curated content, and inspiration delivered straight to your inbox.

Related

{{ content | uj_content_format }}