Global Liquid Snippet - headers

From Spiffy Stores Knowledge Base

Revision as of 11:10, 3 June 2011 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 }}