Skip to content

Instantly share code, notes, and snippets.

@lukas-h
Last active June 16, 2017 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukas-h/ab21ad318ed71107046ea8478d8ddcdf to your computer and use it in GitHub Desktop.
Save lukas-h/ab21ad318ed71107046ea8478d8ddcdf to your computer and use it in GitHub Desktop.
Jekyll & AMP - Image Carousel Raw
...
{% if page.layout == 'post' %}
{% if page.images %}
<script async custom-element="amp-carousel" src="https://cdn.ampproject.org/v0/amp-carousel-0.1.js"></script>
{% endif %}
{% endif %}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment