Sha256: 7030b750e632c39b5e8c4d0b68d718ccd038e0693814fc29e6af1ac8ad17d649
Contents?: true
Size: 1.05 KB
Versions: 2
Compression:
Stored size: 1.05 KB
Contents
<div class="tutorial__intro"> <a class="tutorial__intro-link" href="{{ '/tutorials/' | relative_url }}"> Back to tutorials </a> <h1 class="tutorial__title"> {{ page.title }} </h1> <p class="tutorial__description"> {{ page.description }} </p> {% if page.download-url or page.github-url %} <div class="tutorial__buttons"> {% if page.download-url %} <a class="btn btn--md btn--primary" href="{{ page.download-url | relative_url }}" download> Download <i class="btn__icon btn__icon--right">download</i> </a> {% endif %} {% if page.github-url %} <a class="btn btn--md btn--ghost" href="{{ page.github-url | relative_url }}"> Fork on GitHub <i class="btn__github"></i> </a> {% endif %} </div> {% endif %} </div> <div class="tutorial__text" data-wow-delay=".2s"> {{ content }} </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bytewax-docs-0.1.1 | _includes/tutorials/content.html |
bytewax-docs-0.1.0 | _includes/tutorials/content.html |