Sha256: 5cd16d7b4999c317b70484b28b23401b2d1b8f72187b8aff5af7e13dafee91f5

Contents?: true

Size: 379 Bytes

Versions: 5

Compression:

Stored size: 379 Bytes

Contents

<p>{% assign series_pages = site.tags.series_acme %}
    {% for p in pages %}
    {% if p.series == "Getting Started" %}
    {% assign nextTopic = page.weight | plus: "1"  %}
    {% if p.weight == nextTopic  %}
    <a href="{{p.url | remove: "/"}}"><button type="button" class="btn btn-primary">Next: {{p.title}}</button></a>
    {% endif %}
    {% endif %}
    {% endfor %}
</p>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
gouy-0.0.4 _includes/custom/getting_started_series_next.html
techbubble-0.1.3 _includes/custom/getting_started_series_next.html
techbubble-0.1.2 _includes/custom/getting_started_series_next.html
techbubble-0.1.1 _includes/custom/getting_started_series_next.html
techbubble-0.1.0 _includes/custom/getting_started_series_next.html