Last active
June 5, 2017 18:33
-
-
Save lukas-h/206b05564fcb15fdcbc8a438019fea8e to your computer and use it in GitHub Desktop.
AMP jekyll config file replacements
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
... | |
replacements: | |
- - "<img" | |
- "<amp-img" | |
- - alt="" /> | |
- ' layout="responsive" height="300px" width="600px"></amp-img>' | |
- - "<video" | |
- "<amp-video" | |
- - "</video" | |
- "</amp-video" | |
- - <script src=\"https://gist.github.com/lukas-h/ | |
- <amp-gist data-gistid=\" | |
- - .js\"></script> | |
- \" layout="fixed-height" height="250"></amp-gist> | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment