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
.
{% include 'headers' %}
Return to Using Global Liquid snippets
Included code:
{{ header.author }} {{ header.copyright }} {{ header.description }} {{ header.keywords }}