mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
Add credits
This commit is contained in:
parent
9b457bb5da
commit
8352e0e1bc
3 changed files with 11 additions and 1 deletions
|
@ -3006,6 +3006,11 @@ register_module([
|
||||||
"thing_url" => "https://github.com/erusev/parsedown/",
|
"thing_url" => "https://github.com/erusev/parsedown/",
|
||||||
"icon" => "https://avatars1.githubusercontent.com/u/184170?v=3&s=24"
|
"icon" => "https://avatars1.githubusercontent.com/u/184170?v=3&s=24"
|
||||||
],
|
],
|
||||||
|
"CSS Minification Code" => [
|
||||||
|
"author" => "Jean",
|
||||||
|
"author_url" => "http://www.catswhocode.com/",
|
||||||
|
"thing_url" => "http://www.catswhocode.com/blog/3-ways-to-compress-css-files-using-php"
|
||||||
|
],
|
||||||
"Slightly modified version of Slimdown" => [
|
"Slightly modified version of Slimdown" => [
|
||||||
"author" => "Johnny Broadway",
|
"author" => "Johnny Broadway",
|
||||||
"author_url" => "https://github.com/jbroadway",
|
"author_url" => "https://github.com/jbroadway",
|
||||||
|
|
|
@ -77,7 +77,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": 1460104219,
|
"lastupdate": 1460274580,
|
||||||
"optional": false
|
"optional": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -36,6 +36,11 @@ register_module([
|
||||||
"thing_url" => "https://github.com/erusev/parsedown/",
|
"thing_url" => "https://github.com/erusev/parsedown/",
|
||||||
"icon" => "https://avatars1.githubusercontent.com/u/184170?v=3&s=24"
|
"icon" => "https://avatars1.githubusercontent.com/u/184170?v=3&s=24"
|
||||||
],
|
],
|
||||||
|
"CSS Minification Code" => [
|
||||||
|
"author" => "Jean",
|
||||||
|
"author_url" => "http://www.catswhocode.com/",
|
||||||
|
"thing_url" => "http://www.catswhocode.com/blog/3-ways-to-compress-css-files-using-php"
|
||||||
|
],
|
||||||
"Slightly modified version of Slimdown" => [
|
"Slightly modified version of Slimdown" => [
|
||||||
"author" => "Johnny Broadway",
|
"author" => "Johnny Broadway",
|
||||||
"author_url" => "https://github.com/jbroadway",
|
"author_url" => "https://github.com/jbroadway",
|
||||||
|
|
Loading…
Reference in a new issue