Add 'docs/' from commit '106142b25c9387ffd002437027ced1b04f494205'
git-subtree-dir: docs git-subtree-mainline:23545aa7ea
git-subtree-split:106142b25c
This commit is contained in:
10
docs/_includes/custom/series_customizing_next.html
Normal file
10
docs/_includes/custom/series_customizing_next.html
Normal file
@ -0,0 +1,10 @@
|
||||
<p>{% assign series_pages = site.tags.series_customizing %}
|
||||
{% for p in pages %}
|
||||
{% if p.series == "Customizing PMD" %}
|
||||
{% assign nextTopic = page.weight | plus: "1" %}
|
||||
{% if p.weight == nextTopic %}
|
||||
<a href="{{p.url | remove: "/"}}"><button type="button" class="btn btn-primary">Next: {{p.weight}} {{p.short_title}}</button></a>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</p>
|
Reference in New Issue
Block a user