I hereby claim:
- I am croemmich on github.
- I am croemmich (https://keybase.io/croemmich) on keybase.
- I have a public key ASAcBDnxd2MOLuOa_58w-fBS4YZDN77ipRzh1uFTssr8IQo
To claim this, I am signing this object:
function foundation_pagination($arrows = true, $ends = true, $pages = 2) | |
{ | |
if (is_singular()) return; | |
global $wp_query, $paged; | |
$pagination = ''; | |
$max_page = $wp_query->max_num_pages; | |
if ($max_page == 1) return; | |
if (empty($paged)) $paged = 1; |
I hereby claim:
To claim this, I am signing this object:
import { NgModule } from '@angular/core'; | |
@NgModule({ | |
}) |