An open API service indexing awesome lists of open source software.

https://github.com/bolt/bolt-extension-github-gist

A small Bolt Extension, to embed Gists on your pages.
https://github.com/bolt/bolt-extension-github-gist

bolt-extension

Last synced: 3 months ago
JSON representation

A small Bolt Extension, to embed Gists on your pages.

Awesome Lists containing this project

README

        

Gist
====

"Gist" is a small extension to embed GitHub Gists in your templates.

Use it by simply placing the following in your template:

```twig
{{ gist('bobdenotter/5076735') }}
```

Replace the `bobdenotter/5076735` part with the gist you actually want to display.