From 305ed1c65f90d003f202f40dac500b2aba658a59 Mon Sep 17 00:00:00 2001 From: jomo Date: Sun, 12 Feb 2017 18:31:48 +0100 Subject: [PATCH] update sponsor info --- .gitignore | 1 + config.example.js | 6 +++++- lib/public/images/akliz.png | Bin 1701 -> 0 bytes lib/public/stylesheets/style.css | 11 +++++++++++ lib/views/index.html.ejs | 8 ++++++-- 5 files changed, 23 insertions(+), 3 deletions(-) delete mode 100644 lib/public/images/akliz.png diff --git a/.gitignore b/.gitignore index 533683f..5990e30 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ coverage/ *.rdb *.sublime-* config.js +lib/public/images/sponsor.png diff --git a/config.example.js b/config.example.js index 25b273e..09061e7 100644 --- a/config.example.js +++ b/config.example.js @@ -30,7 +30,11 @@ var config = { http_timeout: 2000, // ms until connection to Mojang is dropped debug_enabled: false, // enables logging.debug & editing index page log_time: true // set to false if you use an external logger that provides timestamps - } + }, + sponsor: { + sidebar: '
', + top_right: '' + }, }; module.exports = config; \ No newline at end of file diff --git a/lib/public/images/akliz.png b/lib/public/images/akliz.png deleted file mode 100644 index ba4d2a68f3c4acd023e679cd16d88283afd08947..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1701 zcmV;W23q-vP)004R> z004l5008;`004mK004C`008P>0026e000+ooVrmw00006VoOIv0RI600RN!9r;`8x z010qNS#tmY3labT3lag+-G2N400tRJL_t(&-qo60Op|9A$N&9GE%ZQ(V9*#54YYtn z4HPrMEuJn!BHrkY#!Q)sTZ{`jB~h4RL^N=LXbcz3cs0#-;kLxYc)0Nx4G}d)4YUs9 zoCyghZEJzAhyO0#aVTwRffl+q`OGKbP(l_26d{r>J2w7dXYN^0R?c)Pi5Um@FtD4TjmnDXQ3V#cPM#E}pb2p4 zQlO_tgS&TY(bF^Y;HNW2lCWAu5+RgG2ngQm1tdw0OP8wg;6WvZhgDE0#tvv}18lYl zS4jXiZUi(M;MOg`=zV}A3u`6{YoY%r|nLo3b42s zC@j=Mt38fYtBydeP8_{NQWEg(0bof6uw@I7lLNeZ<)6Jm0Y9abN5|J9o%ar^J3y5&7^T`SK^U&XMc47(JuuB;uuK+ii^d$y}hD` z^74SpOyKryU~tgCC&s%I%gc4658%Q0%grS}{6ju{DynIfT;@vE?%!dVk$$D#69x!fy0M|#fBTSSadWP8YoGD2<_V^q?|ZLEVZSDoIjt; z$RHm-Cf~gySFR+_pBLvHIuxkD)~%rxC@CR(d&wI&NTV^Ftv1kN(Ivoccfw@)30A8D z4o4+?KGDQ_y=Yz%sILb)I)pX)d_sj2CxEgt;Otr8{d>Ue7T@*s08LH6h7CYf74Ya0 z@ZoAi48H;M=g{-Vv==IHzBzMFP;&ckm!#R(`AtolDPkhR9IA?MrIk_46 z`L#%2=u$Ww5jd0C3|cIaDGY2!40 zi778{Zi4qyVk$Vr(;}Z=5|Q8(57>lEA{ Fork me on GitHub - + <% if (config.sponsor.top_right) { %> + <%- config.sponsor.top_right %> + <% } %>

Crafatar

@@ -291,6 +292,9 @@ Plumeria (Discord) and many more…
+ <% if (config.sponsor.sidebar) { %> + <%- config.sponsor.sidebar %> + <% } %>