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.
- Host: GitHub
- URL: https://github.com/bolt/bolt-extension-github-gist
- Owner: bolt
- Created: 2013-03-06T16:22:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-01T06:03:48.000Z (almost 8 years ago)
- Last Synced: 2025-01-18T08:38:01.667Z (5 months ago)
- Topics: bolt-extension
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.