Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"telegram_group": "https://t.me/joinchat/Hzio4lCr-95bHcbB1-RX9Q",
"telegram_channel": "https://www.t.me/webchainnetwork",
"discord": "https://discord.gg/uuZXhCn",
"qq": "https://jq.qq.com/?_wv=1027&k=5f9VO0G",
"gitter": "https://gitter.im/webchain-network/public",
"logo": "/img/explorer-logo.png",
"customCss": "green-haze.min.css",
Expand All @@ -32,6 +31,7 @@
"poweredbyCustom": "Powered by <a href=\"https://github.com/webchain-network/explorer\" target=\"_blank\">Webchain explorer</a>",
"miners": {
},
"analytics-code": "UA-1111111-00"
"analytics-code": "UA-1111111-00",
"notificationCookie": "This website uses cookies"
}
}
7 changes: 4 additions & 3 deletions public/tpl/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ <h2>About</h2>
<span ng-bind-html="settings.poweredbyCustom" ng-if="settings.poweredbyCustom">{{settings.poweredbyCustom}}</span>
<br>
<a href="https://www.mintme.com/">monetize traffic - mintMe</a>
<span>
<i class="fas fa-cookie-bite"></i>
{{settings.notificationCookie}}
</span>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 footer-block">
<h2>Follow Us On</h2>
Expand Down Expand Up @@ -36,9 +40,6 @@ <h2>Follow Us On</h2>
<li>
<a ng-show="settings.gitter" href="{{settings.gitter}}" data-original-title="gitter" class="gitter"></a>
</li>
<li>
<a ng-show="settings.qq" href="{{settings.qq}}" data-original-title="qq" class="qq"></a>
</li>
</ul>
</div>
</div>
Expand Down