Skip to content

Instantly share code, notes, and snippets.

@andrewfairlie
Created August 17, 2018 13:03
Show Gist options
  • Save andrewfairlie/6f88fb314c79e9fb529f7c3ad95a67ac to your computer and use it in GitHub Desktop.
Save andrewfairlie/6f88fb314c79e9fb529f7c3ad95a67ac to your computer and use it in GitHub Desktop.
{% for randomFact in craft.entries.section('fact').order('RAND()').one() %}
{
"speech": "{{ randomFact.fact }}",
"displayText": "{{ randomFact.fact }}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment