Global Liquid Snippet - headers

From Spiffy Stores Knowledge Base

This snippet is used to include the basic page headers.

The following headers are generated:

  • <meta name="author">
  • <meta name="copyright">
  • <meta name="description">
  • <meta name="keywords">

Include the following code at the top of the <head> section in the theme.liquid.

For further information on the header variable, see Liquid Template Variables - header.

{% include 'headers' %}

Return to Using Global Liquid snippets

Included code:

{{ header.author }}
{{ header.copyright }}
{{ header.description }}
{{ header.keywords }}