Skip to content

Instantly share code, notes, and snippets.

@andrewfairlie
Last active August 20, 2018 17:32
Show Gist options
  • Save andrewfairlie/4a102d0a5b8e41eff946d51316b88be4 to your computer and use it in GitHub Desktop.
Save andrewfairlie/4a102d0a5b8e41eff946d51316b88be4 to your computer and use it in GitHub Desktop.
{% set randomFact = craft.entries.section('fact').order('RAND()').one() %}
{
"fulfillmentText": "{{ randomFact.fact }}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment