Created
August 17, 2018 13:03
-
-
Save andrewfairlie/6f88fb314c79e9fb529f7c3ad95a67ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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