Sha256: e847b108c906435a66f574cae67b88fc59085a93dad9ad3b3a9dd09c80d773cf

Contents?: true

Size: 1.28 KB

Versions: 34

Compression:

Stored size: 1.28 KB

Contents

# Header _includes

Everything we place in a pages header originates here.

## descriptors

Descriptive stuff that describes the website, the company, the developer and the particular page.

### Global includes

#### Open Graph protocol - og-meta.html

Mostly used by facebook to understand what a given page is all about. This is how we control our content when posted on facebook. Thumbs and descriptions are taken from page front matter, if that doesn't exist we default to site settings in _config.yml.

If the page is part of a blog, we change `og:type` from website to article and add details from front matter.

We have the option to include a fb:app_id.

#### Twitter Meta - twitter-meta.html

Similar to og-meta, we control how our content appears on Twitter. We look for data in pages front matter first then default to site data.

#### Structured Data - structured-datd.html

This is how we control the indexing of our pages with search engines, in particular Google.

## env

### conditional.html

Conditional `<link rel="stylesheet"` to style each environment. We do this so that we only load the css needed for a given page. All pages get gaitq_global.css. With front matter we include environmental stylesheet with `env: pwp | clinician`. The existence of `page.env` triggers conditional.html. 

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
slow-steps-0.4.14 _includes/head/README.md
slow-steps-0.4.13 _includes/head/README.md
slow-steps-0.4.12 _includes/head/README.md
slow-steps-0.4.11 _includes/head/README.md
slow-steps-0.4.10 _includes/head/README.md
slow-steps-0.4.9 _includes/head/README.md
slow-steps-0.4.8 _includes/head/README.md
slow-steps-0.4.7 _includes/head/README.md
slow-steps-0.4.6 _includes/head/README.md
slow-steps-0.4.5 _includes/head/README.md
slow-steps-0.4.4 _includes/head/README.md
slow-steps-0.4.3 _includes/head/README.md
slow-steps-0.4.2 _includes/head/README.md
slow-steps-0.4.1 _includes/head/README.md
slow-steps-0.4.0 _includes/head/README.md
slow-steps-0.3.3 _includes/head/README.md
slow-steps-0.3.2 _includes/head/README.md
slow-steps-0.3.1 _includes/head/README.md
slow-steps-0.3.0 _includes/head/README.md
slow-steps-0.2.1 _includes/head/README.md