mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Add ikisler to credits
This commit is contained in:
parent
e93de0e2f6
commit
dbc9488129
3 changed files with 27 additions and 3 deletions
|
@ -4620,7 +4620,19 @@ register_module([
|
||||||
"author_url" => "https://github.com/nibreh/",
|
"author_url" => "https://github.com/nibreh/",
|
||||||
"thing_url" => "",
|
"thing_url" => "",
|
||||||
"icon" => "https://avatars2.githubusercontent.com/u/7314006?v=3&s=24"
|
"icon" => "https://avatars2.githubusercontent.com/u/7314006?v=3&s=24"
|
||||||
]
|
],
|
||||||
|
"PR #135: Fix repeated page names on sidebar" => [
|
||||||
|
"author" => "ikisler",
|
||||||
|
"author_url" => "https://github.com/ikisler",
|
||||||
|
"thing_url" => "https://github.com/sbrl/Pepperminty-Wiki/pull/135",
|
||||||
|
"icon" => "https://avatars3.githubusercontent.com/u/12506147?v=3&s=24"
|
||||||
|
],
|
||||||
|
"PR #136: Fix issue where bottom nav is cut off" => [
|
||||||
|
"author" => "ikisler",
|
||||||
|
"author_url" => "https://github.com/ikisler",
|
||||||
|
"thing_url" => "https://github.com/sbrl/Pepperminty-Wiki/pull/136",
|
||||||
|
"icon" => "https://avatars3.githubusercontent.com/u/12506147?v=3&s=24"
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
//// Credits html renderer ////
|
//// Credits html renderer ////
|
||||||
|
|
|
@ -122,7 +122,7 @@
|
||||||
"author": "Starbeamrainbowlabs",
|
"author": "Starbeamrainbowlabs",
|
||||||
"description": "Adds the credits page. You *must* have this module :D",
|
"description": "Adds the credits page. You *must* have this module :D",
|
||||||
"id": "page-credits",
|
"id": "page-credits",
|
||||||
"lastupdate": 1495279824,
|
"lastupdate": 1496781899,
|
||||||
"optional": false
|
"optional": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -68,7 +68,19 @@ register_module([
|
||||||
"author_url" => "https://github.com/nibreh/",
|
"author_url" => "https://github.com/nibreh/",
|
||||||
"thing_url" => "",
|
"thing_url" => "",
|
||||||
"icon" => "https://avatars2.githubusercontent.com/u/7314006?v=3&s=24"
|
"icon" => "https://avatars2.githubusercontent.com/u/7314006?v=3&s=24"
|
||||||
]
|
],
|
||||||
|
"PR #135: Fix repeated page names on sidebar" => [
|
||||||
|
"author" => "ikisler",
|
||||||
|
"author_url" => "https://github.com/ikisler",
|
||||||
|
"thing_url" => "https://github.com/sbrl/Pepperminty-Wiki/pull/135",
|
||||||
|
"icon" => "https://avatars3.githubusercontent.com/u/12506147?v=3&s=24"
|
||||||
|
],
|
||||||
|
"PR #136: Fix issue where bottom nav is cut off" => [
|
||||||
|
"author" => "ikisler",
|
||||||
|
"author_url" => "https://github.com/ikisler",
|
||||||
|
"thing_url" => "https://github.com/sbrl/Pepperminty-Wiki/pull/136",
|
||||||
|
"icon" => "https://avatars3.githubusercontent.com/u/12506147?v=3&s=24"
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
//// Credits html renderer ////
|
//// Credits html renderer ////
|
||||||
|
|
Loading…
Reference in a new issue