gist() Embeds a Github Gist kirby/config/helpers.php#L189 gist(string $url, ?string $file = null): string Copy Parameters Name Type Default $url * string – $file string|null null Return type string Example <?= gist('https://gist.github.com/bastianallgeier/b79615a9f7ca76c810b7') ?> Copy