-
This example has not yet been added—you can swap to another template language above! Or maybe you want to contribute it? {% include "edit-on-github.njk" %}
+ {%- codetitle "firstlast.liquid" %}
+ {%- highlight "liquid" %}
+ {%- include "examples/pagination/nav/firstlast.liquid" %}
+ {%- endhighlight %}
{%- codetitle "firstlast.njk" %}
@@ -309,7 +315,10 @@ Here’s the final pagination navigation template code, pieced together:
{% renderFile "./src/_includes/syntax-chooser-tablist.11ty.js", {id: "paged-nav-combined", valid: "njk,js"} %}
-
This example has not yet been added—you can swap to another template language above! Or maybe you want to contribute it? {% include "edit-on-github.njk" %}
+ {%- codetitle "combined.liquid" %}
+ {%- highlight "liquid" %}
+ {%- include "examples/pagination/nav/combined.liquid" %}
+ {%- endhighlight %}
{%- codetitle "combined.njk" %}