Difference between revisions of "Liquid Template Variables - header"

From Spiffy Stores Knowledge Base

m (Created page with 'The liquid template variable ''header'' has the following attributes: == <code>header.author</code> == == <code>header.copyright</code> == == <code>header.description</code> =…')
 
m
Line 1: Line 1:
 
The liquid template variable ''header'' has the following attributes:
 
The liquid template variable ''header'' has the following attributes:
 +
 +
These variables should all appear within the <head> section in your liquid.template file.
  
 
== <code>header.author</code> ==
 
== <code>header.author</code> ==
 +
 +
This variable generates a
 +
 +
<pre><meta name="author" content="Content by your store..."></pre>
 +
 +
This variable
  
 
== <code>header.copyright</code> ==
 
== <code>header.copyright</code> ==

Revision as of 07:59, 12 March 2010

The liquid template variable header has the following attributes:

These variables should all appear within the <head> section in your liquid.template file.

header.author

This variable generates a

<meta name="author" content="Content by your store...">

This variable

header.copyright

header.description

header.keywords