Skip to content

Instantly share code, notes, and snippets.

@jackmcdade
Created July 3, 2019 16:33
Show Gist options
  • Select an option

  • Save jackmcdade/27392f9907499b9ce1c0cf00d6c76fe9 to your computer and use it in GitHub Desktop.

Select an option

Save jackmcdade/27392f9907499b9ce1c0cf00d6c76fe9 to your computer and use it in GitHub Desktop.

Revisions

  1. jackmcdade revised this gist Jul 3, 2019. No changes.
  2. jackmcdade created this gist Jul 3, 2019.
    31 changes: 31 additions & 0 deletions globals.yaml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,31 @@
    title: 'Site Settings'
    hide: true
    sections:
    main:
    fields:
    head_scripts:
    mode: table
    fields:
    description:
    type: text
    display: Description
    code:
    type: textarea
    display: Code
    type: grid
    instructions: 'Add meta tags and scripts to the `<head>` area of your site.'
    display: 'Head Scripts'
    add_row: Add Code
    footer_scripts:
    mode: table
    fields:
    description:
    type: text
    display: Description
    code:
    type: textarea
    display: Code
    type: grid
    instructions: 'Add meta tags and scripts right before closing `</body>` area of your site.'
    display: 'Footer Scripts'
    add_row: Add Code