Global Liquid Snippet - headers

From Spiffy Stores Knowledge Base

Revision as of 08:48, 3 June 2011 by Admin (talk | contribs) (Created page with 'This snippet is used to include the basic page headers. The following headers are generated: * <nowiki><meta name="author"></nowiki> * <nowiki><meta name="copyright"></nowiki> …')
(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.

{% include 'headers' %}

Return to Using Global Liquid snippets

Included code:

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