From 71bdc2b3f49145fb0a4e9b03e8c8cf83e1193a6c Mon Sep 17 00:00:00 2001 From: febbweiss Date: Tue, 14 Nov 2017 14:48:55 +0000 Subject: [PATCH] Feature: customize pagination --- index.html | 6 ++++-- partials/pagination.html | 12 ++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 partials/pagination.html diff --git a/index.html b/index.html index 22142b0..3a127d1 100644 --- a/index.html +++ b/index.html @@ -59,9 +59,11 @@ + boundary-links="true" + template-url="partials/pagination.html" + > diff --git a/partials/pagination.html b/partials/pagination.html new file mode 100644 index 0000000..06a7225 --- /dev/null +++ b/partials/pagination.html @@ -0,0 +1,12 @@ + \ No newline at end of file