wvuweb / hammer

A tool for CleanSlate theme development
https://cleanslate.wvu.edu
4 stars 2 forks source link

Add support for r:site:data #42

Closed adamjohnson closed 8 years ago

adamjohnson commented 8 years ago

Add support for the <r:site:data name="my-name" /> tag. Brand Patterns now uses this for Google Site Verification out of the box (for Google Search Console / Webmaster Tools). Here's the relevant commit from Brand Patterns:

https://github.com/wvuweb/brand-patterns/commit/e662943a75f658460f93b4618f0b810ed049674d?w=0

You should be able to clone Brand Patterns and use that theme for testing.

Here's a site key to copy and paste into your mock_data.yml:

site:
  name: "Brand Patterns"
  data:
    google_site_verification: yo-dog

29 is related to this issue.