feat(plugins/stargazers): add worldmap (#1137) [skip ci]

This commit is contained in:
Simon Lecoq
2022-07-21 04:44:47 +02:00
committed by GitHub
parent 12372cbc84
commit 06e0550763
18 changed files with 31945 additions and 214 deletions

View File

@@ -50,6 +50,12 @@
<% } %>
</section>
</div>
<% if (plugins.stargazers.worldmap) { %>
<div class="row margin-bottom">
<h3 class="margin-lr-auto">Stargazers origins</h3>
<%- plugins.stargazers.worldmap %>
</div>
<% } %>
<% } %>
</section>
<% } %>

View File

@@ -141,6 +141,10 @@
.no-margin-top {
margin-top: 0px;
}
.margin-lr-auto {
margin-left: auto;
margin-right: auto;
}
/* User avatar */
.avatar {