Skip to content

Commit

Permalink
Unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Jul 11, 2023
1 parent 70d6745 commit 2e039c8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,6 @@ public function url()
return $url;
}

protected function paginatedUrl($url)
{
$route = $this->config['pagination_route'];

$url = str_replace('{url}', $url, $route);
$url = str_replace('{number}', $this->paginationCurrentPage, $url);

return $url;
}

public function site()
{
return $this->content->site();
Expand Down

0 comments on commit 2e039c8

Please sign in to comment.